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": {
|
"rules": {
|
||||||
"strict": 0,
|
"strict": 0,
|
||||||
"no-underscore-dangle": 0,
|
"no-underscore-dangle": 0,
|
||||||
@ -24,4 +25,4 @@
|
|||||||
"node": true,
|
"node": true,
|
||||||
"mocha": true
|
"mocha": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user