Skip to content

Commit 0878295

Browse files
committed
enable @typescript-eslint/no-redundant-type-constituents
1 parent 662900c commit 0878295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ module.exports = {
6464
"@typescript-eslint/no-invalid-void-type": "warn",
6565
"@typescript-eslint/no-loss-of-precision": "warn",
6666
"@typescript-eslint/no-confusing-void-expression": "warn",
67+
"@typescript-eslint/no-redundant-type-constituents": "warn",
6768
"@typescript-eslint/prefer-for-of": "warn",
6869
"@typescript-eslint/prefer-includes": "warn",
6970
"@typescript-eslint/prefer-string-starts-ends-with": "warn",

0 commit comments

Comments
 (0)