-
Notifications
You must be signed in to change notification settings - Fork 144
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 flat config #902
Conversation
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.
I've seen multiple ESLint plugins that support both flat config & .eslintrc
files, which could be a great upgrade path for people who can't use ESLint v9 (yet)
@MichaelDeBoey Yes, planning to add compatibility with RC config finally, but will be a breaking change anyway (the configs will have a |
Where are we at with this guy? I am itching to use it! |
@Belco90 If you need any additional help with this, i'd be happy to pitch in. |
🎉 This issue has been resolved in version 6.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Checks
Changes
Context
Closes #853