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:
Sanne Raymaekers 2019-08-20 17:21:12 +02:00
parent 97ab5e35b6
commit 835f8c461a

View file

@ -1,4 +1,5 @@
{ {
"root": true,
"env": { "env": {
"browser": true, "browser": true,
"es6": true "es6": true