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

dependency "standard" too old #149

Closed itsnotvalid closed 7 years ago

itsnotvalid commented 8 years ago

Just looked into the upstream package standard, the current version is something like 8.X.0. However, linter here only use the version 5 series, which is a year old (last update was in Nov 8, 2015). Some people complaining that ES8 features are not supported, for example, and those would have been fixed in newer version of standard.

Thanks.

ricardofbarros commented 8 years ago

Hey @itsnotvalid , you're right, I updated the other linter but somehow I forgot to update standard.

jonaswindey commented 7 years ago

Could you please update standardand publish a new version? It's the core of this linter so it should be up to date.

taoeffect commented 7 years ago

request++

jonaswindey commented 7 years ago

https://github.com/ricardofbarros/linter-js-standard/pull/151

taoeffect commented 7 years ago

@jonaswindey Yeah, forking this repo, bumping the version, and then using the apm tool to install it worked for me. 👍

ricardofbarros commented 7 years ago

Hey, sorry for the late response but #151 is merged. Thanks

ricardofbarros commented 7 years ago

It's published on v3.7.0