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:
parent
44ff360379
commit
149dd082f3
@ -1,4 +1,5 @@
|
||||
{
|
||||
"root": true,
|
||||
"rules": {
|
||||
"strict": 0,
|
||||
"no-underscore-dangle": 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user