eslintrc: Set "root" to true
Eslint shimmies up directories looking for more eslintrcs. As make-checkout now clones projects in a subdirectory of cockpit, this can result in some strange interactions. https://eslint.org/docs/user-guide/configuring Closes #212
This commit is contained in:
parent
97ab5e35b6
commit
044b8da55a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue