From 835f8c461a5217f1ecc9bca74aac2eb8db8b9b0e Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Tue, 20 Aug 2019 17:21:12 +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 --- .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