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",