|
|
@@ -58,7 +58,7 @@
|
|
|
"lint-playground": "eslint playground --ignore-pattern libs",
|
|
|
"lint-manual": "eslint manual --ignore-pattern 3rdparty --ignore-pattern prettify.js --ignore-pattern shapefile.js",
|
|
|
"lint-test": "eslint test --ignore-pattern vendor",
|
|
|
- "lint-utils": "eslint utils",
|
|
|
+ "lint-utils": "eslint utils --ignore-pattern prettify --ignore-pattern fuse",
|
|
|
"lint": "npm run lint-core",
|
|
|
"lint-fix": "npm run lint-core -- --fix && npm run lint-addons -- --fix && npm run lint-examples -- --fix && npm run lint-docs -- --fix && npm run lint-editor -- --fix && npm run lint-playground -- --fix && npm run lint-manual -- --fix && npm run lint-test -- --fix && npm run lint-utils -- --fix",
|
|
|
"test-unit": "qunit -r failonlyreporter -f !-webonly test/unit/three.source.unit.js",
|