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

chore(package): update standard dependency to ^6.0.0 #89

Closed tusharmath closed 8 years ago

atinylittleshell commented 8 years ago

+1. simple change but helps a lot!

@ricardofbarros

timdp commented 8 years ago

+1

ryanhiebert commented 8 years ago

:+1: My continuous builds run the latest version of standard for linting, and it started failing (requiring parens around arrow function args). Unfortunately, we're not up-to-date here, so it's not showing me those lint errors in Atom.

tonyghita commented 8 years ago

@tusharmath is there a way to pull this change in locally until this gets merged? I'd also like to use babel-eslint@^5.0.0

tonyghita commented 8 years ago

I was able to use the latest dependencies by just:

Hope @ricardofbarros comes back soon :)

jamescmartinez commented 8 years ago

Thanks @tonyghita! This will hold me off for now. :)

ricardofbarros commented 8 years ago

Hello guys, @devTristan PR fixed this issue. Many thanks to him. 🎉 🎉

This fix is already published as 3.3.0.

Thanks.