Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 fdd6399..adfd59e 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"build": "npm run browserify && npm run minify",
"dist": "npm run build",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
- "eslint": "eslint --cache-location .cache/.eslintcache .",
+ "eslint": "eslint --cache-location .cache/.eslintcache --report-unused-disable-directives .",
"lint": "npm run eslint",
"minify": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"includeSources,url=bootlint.min.js.map\" --output dist/browser/bootlint.min.js dist/browser/bootlint.js",
"nodeunit": "nodeunit test",