Skip to content

Commit 10557c9

Browse files
committed
chore: move rule to the list of unused rules
1 parent 02f17ee commit 10557c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module.exports = {
101101
//unnecessary, might aswell keep template strings in case a string might be added in the future
102102
"@typescript-eslint/no-unnecessary-template-expression": "off",
103103
"@typescript-eslint/prefer-promise-reject-errors": "off",
104+
"@typescript-eslint/no-redundant-type-constituents": "off",
104105

105106
//todo: consider some of these?
106107
//936, no options on this one. super strict, it doesnt allow casting to a narrower type
@@ -119,8 +120,6 @@ module.exports = {
119120
allowArray: true,
120121
},
121122
],
122-
//only 4 but i don't really understand this rule
123-
"@typescript-eslint/no-redundant-type-constituents": "off",
124123
//162, 31 when allowing numbers and strings, kinda related to restrict-template-expressions
125124
"@typescript-eslint/restrict-plus-operands": [
126125
"off",

0 commit comments

Comments
 (0)