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

Support standard-flow linter #153

Closed jtormey closed 7 years ago

jtormey commented 7 years ago

Having standard support in atom is great (I use it in all of my projects), but unfortunately it doesn't play well with Flow. This PR adds support for standard-flow, so that now we can have standard linting and static type checking! 🎉

Please let me know if there are any edits I need to make before this gets merged, thanks!

jtormey commented 7 years ago

Just saw this issue https://github.com/ricardofbarros/linter-js-standard/issues/137.

I agree that adding a config option is a more elegant solution than requiring people to create PRs (like this one) for the type of standard they want supported. I'll see if I can figure this out over the weekend, and will open another PR if so.

ricardofbarros commented 7 years ago

Hey @jtormey I don't mind adding a new linter, while there isn't something like the #137. I will review it and merge it asap. Thanks for your contribution :)