Closed itsnotvalid closed 7 years ago
Hey @itsnotvalid , you're right, I updated the other linter but somehow I forgot to update standard.
Could you please update standard
and publish a new version? It's the core of this linter so it should be up to date.
request++
@jonaswindey Yeah, forking this repo, bumping the version, and then using the apm
tool to install it worked for me. 👍
Hey, sorry for the late response but #151 is merged. Thanks
It's published on v3.7.0
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.