File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ module.exports = {
39
39
"error" ,
40
40
{ allowDestructuring : true } ,
41
41
] ,
42
- "@mysticatea/ts/no-unnecessary-condition" : "error" ,
43
42
"@mysticatea/ts/no-unnecessary-qualifier" : "error" ,
44
43
"@mysticatea/ts/no-unnecessary-type-arguments" : "error" ,
45
44
"@mysticatea/ts/no-unnecessary-type-assertion" : "error" ,
@@ -112,6 +111,7 @@ module.exports = {
112
111
"@mysticatea/ts/no-namespace" : "off" , // I like the namespace for interfaces (type only things).
113
112
"@mysticatea/ts/no-non-null-assertion" : "off" ,
114
113
"@mysticatea/ts/no-type-alias" : "off" ,
114
+ "@mysticatea/ts/no-unnecessary-condition" : "off" , // This was problematic for test code.
115
115
"@mysticatea/ts/no-unused-vars" : "off" , // tsc verifies it.
116
116
"@mysticatea/ts/no-use-before-define" : "off" , // tsc verifies it.
117
117
"@mysticatea/ts/prefer-for-of" : "off" ,
You can’t perform that action at this time.
0 commit comments