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