diff options
| author | XhmikosR <[email protected]> | 2020-05-08 19:19:14 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-05-12 19:21:36 +0300 |
| commit | eb720f20ff3f49f58ee35b758f4783a3d1e858b2 (patch) | |
| tree | 994d3668f071c2860d698a145aec0012ac171efa /package.json | |
| parent | 53eace04dfe5bdb128771f2a765c6824aa5b4bbf (diff) | |
| download | bootstrap-eb720f20ff3f49f58ee35b758f4783a3d1e858b2.tar.xz bootstrap-eb720f20ff3f49f58ee35b758f4783a3d1e858b2.zip | |
Minor lint tweaks and rules cleanup
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0e04e8a86..459a7affb 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "js-compile-plugins": "node build/build-plugins.js", "js-compile-plugins-coverage": "cross-env NODE_ENV=test node build/build-plugins.js", "js-lint": "npm-run-all --continue-on-error --parallel js-lint-*", - "js-lint-main": "eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/", - "js-lint-docs": "eslint --cache --cache-location .cache/.eslintcache site/", + "js-lint-main": "eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache js/src js/tests build/", + "js-lint-docs": "eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache site/", "js-minify": "npm-run-all --parallel js-minify-main js-minify-docs", "js-minify-main": "npm-run-all js-minify-standalone js-minify-bundle", "js-minify-standalone": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", |
