mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-01-30 19:42:59 -05:00
Enable no-unused-vars and fix eslint errors
This commit is contained in:
parent
c8adca3324
commit
f2c3e05d8f
@ -2,8 +2,5 @@
|
|||||||
"extends": "../.eslintrc.json",
|
"extends": "../.eslintrc.json",
|
||||||
"env": {
|
"env": {
|
||||||
"jasmine": true
|
"jasmine": true
|
||||||
},
|
|
||||||
"rules": {
|
|
||||||
"no-unused-vars": "off"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@ var os = require('os');
|
|||||||
var path = require('path');
|
var path = require('path');
|
||||||
var Promise = require('bluebird');
|
var Promise = require('bluebird');
|
||||||
var obj2gltf = require('../../lib/obj2gltf');
|
var obj2gltf = require('../../lib/obj2gltf');
|
||||||
var writeUris = require('../../lib/writeUris');
|
|
||||||
|
|
||||||
var objPath = 'specs/data/box-textured/box-textured.obj';
|
var objPath = 'specs/data/box-textured/box-textured.obj';
|
||||||
var gltfPath = 'specs/data/box-textured/box-textured.gltf';
|
var gltfPath = 'specs/data/box-textured/box-textured.gltf';
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
//This file is a copy of https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Specs/addDefaultMatchers.js
|
//This file is a copy of https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Specs/addDefaultMatchers.js
|
||||||
/*eslint strict: ["error", "function"]*/
|
/*eslint strict: ["error", "function"]*/
|
||||||
/*eslint-env amd*/
|
/*eslint-env amd*/
|
||||||
|
/*eslint-disable no-unused-vars*/
|
||||||
define([
|
define([
|
||||||
'./equals',
|
'./equals',
|
||||||
'Cesium/Core/defined',
|
'Cesium/Core/defined',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user