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 has been archived by the owner on Aug 7, 2023. It is now read-only.
Please add a config setting as overrideSeverity=error|warning|null
Example use case:
John is collaborating in a project in which tslint.json defines defaultSeverity as error, but John does not want real errors to be mixed with lint issues in the diagnostics bar, so he would like to override all lint errors as warnings at editor level. With this option he could config Atom's linter with overrideSeverity=warning.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please add a config setting as
overrideSeverity=error|warning|null
Example use case:
John is collaborating in a project in which
tslint.json
defines defaultSeverity aserror
, but John does not want real errors to be mixed with lint issues in the diagnostics bar, so he would like to override all lint errors as warnings at editor level. With this option he could config Atom's linter withoverrideSeverity=warning
.The text was updated successfully, but these errors were encountered: