-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solve breaking changes after update to ESLint 2.0.0 #71
Conversation
It was removed in new ESLint version 2.x
This looks good. 👍 |
I'm going to merge this, remove the package.json bump to 2.x and publish as a patch. This should unbreak those early adopters that just cannot wait to use eslint 2 before I can finish the work to fully convert this lib. Hope this helps @divmain @tgandrews @lkrnac. Thanks for the contribution!. |
Solve breaking changes after update to ESLint 2.0.0
Okay, I merged this to master but I can't publish without doing a major rev since this replaces rules from 1.x with rules added in 2.x. For this reason I have to hold off on releasing until 2.x work is further along. You can depend on master in your project if you'd like though... Sorry :( |
@baer, could you do a pre-major release? That would allow folks to explicitly use these changes, it wouldn't effect current ESLint 1.x users, and it would indicate that this is an iteration in the direction of a break-change-release. Something like:
Then folks could do:
|
Also, thanks :) |
😩 Damn you npm
|
Published @Alpha. Sorry for the delay. |
This pull request replaces this one: #68
It doesn't contain major version bump.