From 09e92946f8aeb6b6221d88d91e9f5caed3a8cb51 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 14 Jun 2023 22:35:55 +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 63dd0c6..ad915f5 100644 --- a/.ts-eslintrc.json +++ b/.ts-eslintrc.json @@ -159,7 +159,7 @@ "no-unmodified-loop-condition": "warn", "no-unneeded-ternary": "error", "no-unused-expressions": "warn", - "no-use-before-define": "error", + "@typescript-eslint/no-use-before-define": "error", "no-useless-call": "warn", "no-useless-computed-key": "warn", "no-useless-concat": "warn",