Closed jtormey closed 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.
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 :)
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!