diff --git a/.ts-eslintrc.json b/.ts-eslintrc.json index 84aec5e..63dd0c6 100644 --- a/.ts-eslintrc.json +++ b/.ts-eslintrc.json @@ -150,7 +150,7 @@ "no-sequences": "warn", "no-setter-return": "warn", "no-spaced-func": "warn", - "no-shadow": "error", + "@typescript-eslint/no-shadow": "error", "no-tabs": "warn", "no-template-curly-in-string": "error", "no-throw-literal": "warn",