1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-10-05 03:36:10 +02:00

feat: add @typescript-eslint/no-redundant-type-constituents

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2024-09-25 16:44:52 +02:00
parent 116c3c600a
commit b4f1c0b8dd
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -265,6 +265,7 @@
"@typescript-eslint/no-base-to-string": "error", "@typescript-eslint/no-base-to-string": "error",
"@typescript-eslint/no-dynamic-delete": "error", "@typescript-eslint/no-dynamic-delete": "error",
"@typescript-eslint/no-extra-non-null-assertion": "error", "@typescript-eslint/no-extra-non-null-assertion": "error",
"@typescript-eslint/no-redundant-type-constituents": "error",
"@typescript-eslint/no-extraneous-class": [ "@typescript-eslint/no-extraneous-class": [
"error", "error",
{ "allowWithDecorator": true } { "allowWithDecorator": true }