aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-28 17:25:28 +0300
committerGitHub <[email protected]>2017-09-28 17:25:28 +0300
commit502ac7ee4d13669e644b9181f1e014ce0ea1f089 (patch)
treebccf9e2d6b1eed69e5bed78fbfba410b23478b1a /package.json
parentfe06814f3e3c72f36bb2ab96df206cc564fb74b0 (diff)
downloadbootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.tar.xz
bootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.zip
Lint docs js too and use `strict consistently. (#24160)
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 601dd09f7..85a641b34 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"js": "npm-run-all js-lint* js-compile js-minify",
"js-docs": "npm-run-all js-lint-docs js-minify-docs",
"js-lint": "eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/ Gruntfile.js",
- "js-lint-docs": "eslint --config js/tests/.eslintrc.json assets/js/ sw.js",
+ "js-lint-docs": "eslint --config js/tests/.eslintrc.json assets/js/ docs/ sw.js",
"js-compile": "npm-run-all --parallel js-compile-*",
"js-compile-standalone": "cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js",
"js-compile-bundle": "cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js",