From bd4fd11f2879538a9d81dc1d24eb88f9b731f2fa Mon Sep 17 00:00:00 2001 From: NovemLinguae <79697282+NovemLinguae@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:50:51 -0800 Subject: [PATCH] .eslintrc.json: remove 2 unused rules (#398) --- .eslintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 65d93551..4b80200d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,9 +55,7 @@ "no-jquery/no-slide": "warn", "no-jquery/no-trim": "warn", "no-jquery/variable-pattern": "warn", - "no-new": "warn", "no-undef": "warn", - "no-unused-vars": "warn", "prefer-const": "warn" } }