Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-09-24 20:24:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-24 20:24:38 +0300
commit22c8c1e887bd6b534ca4e7eca81126bf3c7a8233 (patch)
treec45a4692d985205138a399b6388abd049afeed50
parentca5c2457ee97468a37d5ffa683b849b8d27ec2ed (diff)
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 33b23f2457..9c66e07332 100644
--- a/js/.eslintrc
+++ b/js/.eslintrc
@@ -1,4 +1,5 @@
{
+ "root": true,
"parser": "babel-eslint",
"env": {
"browser": true