From 29b6f1602366556562bb76644444db2a51bd60bb Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 12 Jul 2023 10:58:15 -0400 Subject: [PATCH] update lint rules --- pages/.eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/.eslintrc.json b/pages/.eslintrc.json index 766fc42..4942909 100644 --- a/pages/.eslintrc.json +++ b/pages/.eslintrc.json @@ -3,7 +3,7 @@ "env": { "browser": true, "commonjs": true, - "node": true, + "node": false, "jquery": false, "es2020": true }, @@ -12,9 +12,6 @@ "extends": [ "eslint:recommended", "plugin:json/recommended", - "plugin:import/errors", - "plugin:import/warnings", - "plugin:node/recommended", "airbnb-base" ], "rules": {