aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-25 14:59:28 -0800
committerMark Otto <[email protected]>2016-11-25 14:59:28 -0800
commit432fe74c3182f3be258320fec31b0a8c5d70848d (patch)
treecfff52601575c2bc32e50ee5875ffe6f6f0f1b98 /package.json
parentb1b1f30cbd0f4f620047dc158cf91e328eeecc6b (diff)
parentc2616fb74e6bdc0cd46a5678a2c5cffcbe422106 (diff)
downloadbootstrap-432fe74c3182f3be258320fec31b0a8c5d70848d.tar.xz
bootstrap-432fe74c3182f3be258320fec31b0a8c5d70848d.zip
Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into bardiharborow-eslint
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 045ea15e2..f37edbb95 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
],
"scripts": {
"change-version": "node grunt/change-version.js",
- "eslint": "eslint --config js/.eslintrc.json js/src",
+ "eslint": "eslint --ignore-path .eslintignore js",
"jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src grunt Gruntfile.js docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js",
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",