-
-
Notifications
You must be signed in to change notification settings - Fork 93
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: add support for eslint v9 #478
Conversation
Is there a community process requiring a review here, or as an owner, can you just merge, @ota-meshi ? Eager to see progress on these PRs to support ESLint 9 and flat config... |
Hi @brettz9 |
As I'm not a member of the team, I think someone on the core team like yourself would need to nominate me to join the team as per https://github.com/eslint-community/governance/blob/51dc45a2177827d26d9a15f458843a8c4979fddd/GOVERNANCE.md?plain=1#L134 . It looks like you need to open a private team discussion on GitHub about adding me and get the votes of the core team and My most relevant contributions are probably those on |
🎉 This PR is included in version 6.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What is the purpose of this pull request?
What changes did you make? (Give an overview)
This PR changes the no-multiple-resolved rule to work with eslint v9.
Fixes #472
Follow up for #466