1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-11-29 14:22:28 +01:00

fix: relax @typescript-eslint/only-throw-error

This commit is contained in:
2025-11-27 12:01:09 +01:00
parent 7a98b2fe8c
commit 0bcd75514b

View File

@@ -159,7 +159,7 @@ export default defineConfig(
],
"no-regex-spaces": "error",
"no-shadow-restricted-names": "error",
"no-throw-literal": "error",
"no-throw-literal": "off",
"no-undef-init": "error",
"no-unused-expressions": [
"error",
@@ -335,7 +335,7 @@ export default defineConfig(
],
"no-throw-literal": "off",
"@typescript-eslint/only-throw-error": "error",
"@typescript-eslint/only-throw-error": "off",
"no-unused-expressions": "off",
"@typescript-eslint/no-unused-expressions": [