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
This commit is contained in:
parent
97ab5e35b6
commit
835f8c461a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"root": true,
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"es6": true
|
"es6": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue