File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments