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 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.