Add root: true to eslint config. (babel/babel-eslint#294)

This prevents taking user's eslint config files that are higher in the
directory structure into consideration.
This commit is contained in:
Rafał Ruciński 2016-04-18 04:01:15 +02:00
parent 44ff360379
commit 149dd082f3

View File

@ -1,4 +1,5 @@
{
"root": true,
"rules": {
"strict": 0,
"no-underscore-dangle": 0,
@ -24,4 +25,4 @@
"node": true,
"mocha": true
}
}
}