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:
Sanne Raymaekers 2019-08-21 17:50:44 +02:00 committed by GitHub
parent 97ab5e35b6
commit 044b8da55a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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