Add root flag to eslint config to prevent importing higher level personal configs
This commit is contained in:
parent
488f7d06b7
commit
a2b7791976
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true,
|
||||
|
|
Loading…
Reference in New Issue