From f50788420ae8354a4ca50118b3d19924c16c860e Mon Sep 17 00:00:00 2001 From: Cynthia Date: Sun, 18 Dec 2022 12:38:26 -0700 Subject: [PATCH] shut up personal config warning --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index d72bba3..3d589a4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,6 +3,7 @@ const OFF = 0; const ERROR = 2; module.exports = { + root: true, extends: ["eslint:recommended"], parserOptions: { ecmaVersion: 2020,