elicwhite / ESLint-Formatter

Sublime Text 3 Plugin to Autoformat with Eslint
MIT License
140 stars 20 forks source link

Errors only in console #45

Open ramiel opened 7 years ago

ramiel commented 7 years ago

Is it possible to have errors only in console and not with the annoying popup? There are situations where I know there will be errors but having a popup interrupt my workflow heavily.

elicwhite commented 7 years ago

My concern is that people might not see the error messages and then open tickets about "the plugin doesn't work" without understanding why their setup is incorrect.

I do agree that the popup on error is annoying though. I'm not sure what the correct approach is here. It seems like we should convert to a message in the console and see what kind of issues we get and see if we need to course correct back.

I'd happily accept a PR changing the error location.

ramiel commented 7 years ago

I think you're right.Maybe if the console open the event could be clear. If I have some time I'll propose something on a PR