From 044b8da55af5ed3cd4c5db92b71f350b41465cee Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 21 Aug 2019 17:50:44 +0200 Subject: [PATCH] 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 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index e63e3a3..b1fe5d2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "env": { "browser": true, "es6": true