We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint/no-redundant-type-constituents
1 parent 662900c commit 0878295Copy full SHA for 0878295
.eslintrc.js
@@ -64,6 +64,7 @@ module.exports = {
64
"@typescript-eslint/no-invalid-void-type": "warn",
65
"@typescript-eslint/no-loss-of-precision": "warn",
66
"@typescript-eslint/no-confusing-void-expression": "warn",
67
+ "@typescript-eslint/no-redundant-type-constituents": "warn",
68
"@typescript-eslint/prefer-for-of": "warn",
69
"@typescript-eslint/prefer-includes": "warn",
70
"@typescript-eslint/prefer-string-starts-ends-with": "warn",
0 commit comments