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
* ignoreLintWarnings option
* revert format - prettier?
* add test for option
* do nothing if warning and ignore flag passed
* clean up naming, return type
* bump version, add changelog entry
* update readme
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ List of typescript diagnostic codes to ignore.
82
82
***ignoreLints**`string[]`:
83
83
List of tslint rule names to ignore.
84
84
85
+
***ignoreLintWarnings**`boolean`:
86
+
If true, will ignore all lint warnings.
87
+
85
88
***reportFiles**`string[]`:
86
89
Only report errors on files matching these glob patterns. This can be useful when certain types definitions have errors that are not fatal to your application. Default: `[]`.
0 commit comments