aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-02 12:44:19 +0300
committerGitHub <[email protected]>2019-09-02 12:44:19 +0300
commit6cb4ebc04870df30d5b6ec528ffcb84a07ab48c5 (patch)
tree34fb437acea06afd887a15054e50f12bb8d7e97e /package.json
parent6f1eb110e7c39dc2fb7e2126248b320519ae037a (diff)
downloadbootstrap-6cb4ebc04870df30d5b6ec528ffcb84a07ab48c5.tar.xz
bootstrap-6cb4ebc04870df30d5b6ec528ffcb84a07ab48c5.zip
ESLint: specify `--report-unused-disable-directives` (#29350)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8ff9e2e8b..8399c31a2 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"js-compile-standalone-esm": "rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.js --sourcemap",
"js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
"js-compile-plugins": "node build/build-plugins.js",
- "js-lint": "eslint --cache --cache-location .cache/.eslintcache .",
+ "js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
"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",