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 Jan 26, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: