-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support ESLint 7 #401
Comments
Node.js 8 reached EOL in December 2019, and Eslint officially dropped support for it in Eslint 7 which makes update PR fail |
Mmm, OK. |
There's another thing blocking this, though;
|
@hamzahamidi do we want to make a decision regarding moving to ESLint 7 and disallowing |
I'm ok with that too. The next versions will not support |
Well, @chrisbobbe, the only tests failing on the PRs you listed are the ones using Node 8! So, it very well could be easy and just work. I think we're open to a PR that:
|
Stale issue |
#407 has been merged, fixing this, so I'll go ahead and close. Thanks, @cy6erskunk, @hamzahamidi, and @zimme! 🎉 |
Hi! 👋
Do I assume correctly that ESLint 7 isn't supported yet? I'm looking at the fact that
eslint
's version range independencies
doesn't include 7. (Ifeslint
were a peer dependency, I'd get a stronger signal; there would be a peer-dep warning at install time if I didn't depend directly on a valid version ofeslint
.)If so, here's an issue for it! 🙂
I suspect there would be more work involved than just #397 (or #345, #355, #360, #368, #369, #377, or #388), but I'm not sure.
The text was updated successfully, but these errors were encountered: