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 = {
3939 "error" ,
4040 { allowDestructuring : true } ,
4141 ] ,
42- "@mysticatea/ts/no-unnecessary-condition" : "error" ,
4342 "@mysticatea/ts/no-unnecessary-qualifier" : "error" ,
4443 "@mysticatea/ts/no-unnecessary-type-arguments" : "error" ,
4544 "@mysticatea/ts/no-unnecessary-type-assertion" : "error" ,
@@ -112,6 +111,7 @@ module.exports = {
112111 "@mysticatea/ts/no-namespace" : "off" , // I like the namespace for interfaces (type only things).
113112 "@mysticatea/ts/no-non-null-assertion" : "off" ,
114113 "@mysticatea/ts/no-type-alias" : "off" ,
114+ "@mysticatea/ts/no-unnecessary-condition" : "off" , // This was problematic for test code.
115115 "@mysticatea/ts/no-unused-vars" : "off" , // tsc verifies it.
116116 "@mysticatea/ts/no-use-before-define" : "off" , // tsc verifies it.
117117 "@mysticatea/ts/prefer-for-of" : "off" ,
You can’t perform that action at this time.
0 commit comments