-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
eslint-config-eslint breaks the build #231
Comments
@alberto what are you seeing? I just pulled |
Everything passes on my machine too, but it fails on travis. I forgot to link the related espree issue, see #230 |
I expect it too fail as travis is reporting. |
Yes. |
✋ I am |
Thats the reason. try node@4 it will fail on your machine also. |
It's still green on my machine with [email protected] :/ |
Forget what I just said, I was on the wrong branch, where I had already tried to upgrade eslint and eslint-config-eslint. It fails with [email protected], as it should. |
Thanks @gyandeeps for solving the mystery! |
Upgrade: eslint and eslint-config-eslint (fixes #231)
Related to eslint/eslint#4909
The text was updated successfully, but these errors were encountered: