From a2b7791976fdbae42f90d80bd9775b36b5a9f6b6 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 2 May 2024 12:55:51 +0100 Subject: [PATCH] Add root flag to eslint config to prevent importing higher level personal configs --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 2c810eecc5..ce4b07ca2f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "env": { "browser": true, "es6": true,