ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

Add support for Format on Save #196

Open corysimmons opened 7 years ago

corysimmons commented 7 years ago

standard-formatter doesn't work and doesn't seem well-maintained. It also means we have to install multiple plugins.

It'd be nice if you added a settings checkbox for Format on Save.

I understand there is a separation of concerns, but literally no user will hurt from this addition.

sonicdoe commented 7 years ago

I already had this at the back of my mind and I’m all for it. As soon as we implement #129, auto-formatting on save won’t be too big of an issue to implement.

corysimmons commented 7 years ago

Thank you! 🙇