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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user