diff --git a/.eslintrc.json b/.eslintrc.json index 9f4e48c..79f1786 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,8 @@ "memberSyntaxSortOrder": ["none", "all", "multiple", "single"] } ], - "no-unused-vars": [ + "no-unused-vars": "off", + "@typescript-eslint/no-unused-vars": [ "error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" } ]