-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Update to eslint #583
Update to eslint #583
Conversation
3b0a0b8
to
50d1672
Compare
Thanks for working on this! |
50d1672
to
69ccd13
Compare
69ccd13
to
0d80cbf
Compare
0d80cbf
to
d67946b
Compare
Finally. I could not figure out why the CI suite was crashing Chrome on Travis. It turns out the testem.js config I took from Ember CLI's latest blueprint is incompatible with the version of Testem currently locked as a dependency, and as a result Chrome was not running in a headless mode. I've written a slightly bespoke Testem config that is headless on Travis, which seems sufficient. Onward! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for working on this. I really appreciate that we are moving this forward.
@@ -74,11 +72,15 @@ | |||
"ember-route-action-helper": "^1.0.0", | |||
"ember-source": "~2.11.0", | |||
"ember-test-helpers": "~0.6.3", | |||
"eslint-plugin-ember": "^5.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a ~ with the installed version here. New minor versions of eslint-plugin-ember
tend to introduce new rules which cause builds to fail.
The PR appears to work locally. |
I'm taking a few iterative steps at upgrading the build here, hopefully I can smooth the path for 3.0 support and general contribution.
This PR:
.travis.yml
to be closed to Ember CLI master