ricardofbarros / linter-js-standard

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

feature: autoformat on file save #143

Closed kalitine closed 8 years ago

kalitine commented 8 years ago

Allow format file on save for those who use standard >=v8.0.0 and more generally standard-engine >=v5.0.0. For others nothing happens.

ricardofbarros commented 8 years ago

Hey @kalitine , seems a cool feature to include on the next minor release 👍 Will review it asap! Thanks 🎉

ricardofbarros commented 8 years ago

Hey @kalitine, I decided to close this PR because there is already a package that has this functionality. Thanks,

hipertracker commented 7 years ago

@ricardofbarros Standard Atom Formatter is useless because it does not support standard-flow settings.