-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
feat: support eslint v8 #193
Conversation
5308d5b
to
28c193c
Compare
|
@divlo Do you know if |
Should we consider adding any of the news
|
Only eslint-plugin-promise is complaining and blocking right now
cfc51cf
to
b69c5dc
Compare
I don't know if there's something breaking with ESLint v8. |
Good idea! 👍 But maybe just to make this PR small and separated, we could include these rules in another PR. |
We should always run new rules against the ecosystem and see how much they break and try to get all fixed first, as #148 and #166 has slowly been doing. Speaking of: Would be good to get the PR:s for standard/standard#1702 out so that we can ship that in preparation for ESLint 8, as a preemptive measure |
Does this affect us? (Mainly a note to self to check this) mysticatea/eslint-plugin-node#301 |
Yes it does: eslint-config-standard/.eslintrc.json Line 240 in 7460290
|
It seems that eslint-plugin-promise as been updated to eslint 8 https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md |
Related issue: #200 |
anything blocking this being merged now? |
Nothing is blocking, it needs reviews! 😄 |
Not that my approval means much as a non-contributor, but I pointed my project at this branch and ran with |
Friendly ping... @divlo |
It’s not Divlo but the rest of us maintainers that are a bit slow at reviewing this, I myself have been taking time of programming now during the Christmas holiday, but hope to get around to this one any day now |
Yes, finally please. |
I have now rolled a You can install it using Being a pre-release, this one comes with no guarantees in regards to support / breaking changes etc. It exists to facilitate early feedback, from the wider community as well from our selves. Next step now is to ship a prerelease of |
Awesome! When will v17 stop being the |
@manuman94 For information on this, please read #208 which tracks everything revolving around this process. |
Thank you! Sorry if this wasn't the place to ask. Greetings. |
ESLint v8 has been released stable. 🎉
It's time to support
eslint@8
.See: https://eslint.org/blog/2021/10/eslint-v8.0.0-released
Blocked by:
Closes #192