aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-09-24 20:24:30 +0300
committerXhmikosR <[email protected]>2015-09-24 20:24:38 +0300
commit22c8c1e887bd6b534ca4e7eca81126bf3c7a8233 (patch)
treec45a4692d985205138a399b6388abd049afeed50
parentca5c2457ee97468a37d5ffa683b849b8d27ec2ed (diff)
downloadbootstrap-22c8c1e887bd6b534ca4e7eca81126bf3c7a8233.tar.xz
bootstrap-22c8c1e887bd6b534ca4e7eca81126bf3c7a8233.zip
Specify `root: true` for ESLint.
That way, ESLint won't look in parent dirs for configuration files.
-rw-r--r--js/.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/.eslintrc b/js/.eslintrc
index 33b23f245..9c66e0733 100644
--- a/js/.eslintrc
+++ b/js/.eslintrc
@@ -1,4 +1,5 @@
{
+ "root": true,
"parser": "babel-eslint",
"env": {
"browser": true