You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ You can either configure the TSLint extension using a `tsconfig` or `jsconfig` a
21
21
22
22
*`tslint.ignoreDefinitionFiles` - Control if TypeScript definition files should be ignored. Default is `true`.
23
23
24
+
*`tslint.exclude` - A glob or an array of globs. Any file matching these globs will not be linted.
25
+
24
26
*`tslint.alwaysShowRuleFailuresAsWarnings` - Always show rule failures as warnings, ignoring the severity configuration in the tslint.json configuration.
25
27
26
28
*`tslint.suppressWhileTypeErrorsPresent` - Suppress tslint errors from being reported while other errors are present.
0 commit comments