diff options
| author | XhmikosR <[email protected]> | 2017-09-28 17:25:28 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-28 17:25:28 +0300 |
| commit | 502ac7ee4d13669e644b9181f1e014ce0ea1f089 (patch) | |
| tree | bccf9e2d6b1eed69e5bed78fbfba410b23478b1a /package.json | |
| parent | fe06814f3e3c72f36bb2ab96df206cc564fb74b0 (diff) | |
| download | bootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.tar.xz bootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.zip | |
Lint docs js too and use `strict consistently. (#24160)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
