From d4358301b63902622ffdcdf9d9143acd595d276b Mon Sep 17 00:00:00 2001 From: Colin Williams Date: Fri, 17 Mar 2023 23:16:22 -0700 Subject: [PATCH] Set eslint config as root for use in other repos --- lib/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/.eslintrc.json b/lib/.eslintrc.json index d12826c..3a19d7f 100644 --- a/lib/.eslintrc.json +++ b/lib/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "env": { "browser": true, "es2021": true