From 3356398960cc14249c52e1d97d3acd26e6dee45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Wed, 28 Apr 2021 08:41:10 +0100 Subject: [PATCH] Set eslint config as root config --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 772b3ea..48300eb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "extends": [ "plugin:github/recommended", "plugin:github/browser",