From 1e73bc0d29b6795ca37ee2169bbd15d6fa5b6e93 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 14 Jun 2023 16:34:48 +0200 Subject: [PATCH] Update '.ts-eslintrc.json' --- .ts-eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",