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

Is it possible to use a custom / more recent version of the linter? #96

Closed sbromberger closed 8 years ago

sbromberger commented 8 years ago

https://github.com/Flet/semistandard/pull/37 is available in 7.0.3 which is apparently newer than what the plugin uses by default right now. Is there a way to configure linter-js-standard to use a specific version of the linter?

sbromberger commented 8 years ago

See also #93.

anthonyringoet commented 8 years ago

Something like greenkeeper could be a nice help to keep these dependencies up to date https://greenkeeper.io/

jfelixetcetera commented 8 years ago

It would be awesome if this plugin could just use the version of standard that's in the package.json of the files you're linting, at least when the Check for standard option is set (I'm not sure if that's possible with Atom).

update: looks like #101 solved that problem. yay!