Update '.ts-eslintrc.json'

This commit is contained in:
Erik 2023-06-14 22:35:55 +02:00
parent 1e73bc0d29
commit 09e92946f8

View File

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