appfolio / eslint-rails

MIT License
39 stars 22 forks source link

update eslint to 2.11.0 #10

Closed alanbsmith closed 8 years ago

alanbsmith commented 8 years ago

Heyo!

I followed your instructions in the readme and updated eslint to the latest version 2.11.0. Let me know if I need to do anything else, and thanks for providing this resource! super helpful!

e0da commented 8 years ago

Wow! Thanks @alanbsmith! This warrants a major version bump of the gem to coincide with the major bump in ESLint.

alanbsmith commented 8 years ago

Yep! I think this is the only real tool for linting React / JSX in Rails, and this update should allow that to happen.

e0da commented 8 years ago

@alanbsmith Looks like there is no v2.11.0 of ESLint. I tried to figure out the version that you provided, but I can't find it in there. I'm going to just update this gem to the latest ESLint release.

alanbsmith commented 8 years ago

oh, that should be 2.3.0. sorry.

e0da commented 8 years ago

It's all good. I superceded this with #12. I'll release the gem shortly.

alanbsmith commented 8 years ago

thanks!

e0da commented 8 years ago

@alanbsmith The new version is released as 1.0.0! Thanks again!

alanbsmith commented 8 years ago

yep! thanks for the update!