Update '.ts-eslintrc.json'

This commit is contained in:
Erik 2023-06-14 16:34:48 +02:00
parent 8c0448f908
commit 1e73bc0d29

View File

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