Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Disable linter errors in dev mode? #360

Open
lazarljubenovic opened this issue Jul 9, 2018 · 2 comments
Open

Disable linter errors in dev mode? #360

lazarljubenovic opened this issue Jul 9, 2018 · 2 comments

Comments

@lazarljubenovic
Copy link

Is it possible to disable linter errors in dev mode and downgrade them to a warning? I comment a line of code to test something and then my import is unused and I'm staring at the error screen. I want to be notified by what I did in a form of an error in console (browser and/or terminal), but it shouldn't get in the way of me seeing the app in dev mode.

@masaeedu
Copy link

masaeedu commented Jul 9, 2018

Related to #171, #333.

@nickserv
Copy link

I believe you can use "defaultSeverity": "warning" in tslint.json for now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants