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/no-redundant-type-constituents

This commit is contained in:
2025-11-27 11:59:15 +01:00
parent d6ba808207
commit 7a98b2fe8c

View File

@@ -386,7 +386,7 @@ export default defineConfig(
"@typescript-eslint/no-base-to-string": "error",
"@typescript-eslint/no-deprecated": "error",
"@typescript-eslint/no-extra-non-null-assertion": "error",
"@typescript-eslint/no-redundant-type-constituents": "error",
"@typescript-eslint/no-redundant-type-constituents": "off",
"@typescript-eslint/no-extraneous-class": [
"error",