File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Your `node_modules` folder should look like this:
40
40
* ` ignoreDefinitionFiles ` - control if TypeScript definition files should be ignored.
41
41
* ` alwaysShowRuleFailuresAsWarnings ` - always show rule failures as warnings, ignoring the severity configuration in the tslint.json configuration.
42
42
* ` disableNoUnusedVariableRule ` - disable ` no-unused-variable ` rule.
43
+ * ` supressWhileTypeErrorsPresent ` - supress tslint errors from being reported while other errors are present.
43
44
44
45
Here a configuration sample:
45
46
@@ -51,7 +52,8 @@ Here a configuration sample:
51
52
"alwaysShowRuleFailuresAsWarnings" : false ,
52
53
"ignoreDefinitionFiles" : true ,
53
54
"configFile" : " ../tslint.json" ,
54
- "disableNoUnusedVariableRule" : false
55
+ "disableNoUnusedVariableRule" : false ,
56
+ "supressWhileTypeErrorsPresent" : false
55
57
}
56
58
]
57
59
}
You can’t perform that action at this time.
0 commit comments