aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-08-29 16:20:49 +0300
committerGitHub <[email protected]>2019-08-29 16:20:49 +0300
commitd06eec372ad4d9458ee941a997bc9d1da3fe00e5 (patch)
treeab5f4c3e3577e4a61f1f148a9af7e2f7ec31e015 /package.json
parente99625c088643364e3da74deb3daadfe26b16219 (diff)
downloadbootstrap-d06eec372ad4d9458ee941a997bc9d1da3fe00e5.tar.xz
bootstrap-d06eec372ad4d9458ee941a997bc9d1da3fe00e5.zip
Minor lint tweaks. (#29328)
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 054abbb6d..035711a51 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap",
"js-compile-plugins": "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-main": "eslint --cache --cache-location .cache/.eslintcache js/ build/",
"js-lint-docs": "eslint --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",