From a3058e75ffcc02b82e19f70c044051b8322e0cce Mon Sep 17 00:00:00 2001 From: BrightTheBackpack <100brightli@gmail.com> Date: Thu, 28 Nov 2024 22:44:54 -0800 Subject: [PATCH] update esling rules --- .eslintrc.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3362aee..2db290a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,14 +9,7 @@ ], "rules": { // your custom rules - "@typescript-eslint/no-unused-vars": [ - "warn", - { - "vars": "all", - "varsIgnorePattern": "[A-Z]", - "args": "after-used", - "ignoreRestSiblings": true - } - ] + "@typescript-eslint/no-unused-vars": "off" + } } \ No newline at end of file