-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
RFC: ESLint 9 Migration – Transitioning from JSON Config to config.js #6170
Comments
👋 Hi there! 👋 And thank you for opening your first issue! We will get back to you shortly. 🏃 💨 |
@kgryte @Planeshifter, could you please assign this issue to me? I would love to work on it! |
We don't assign issues, but are happy to accept a PR. |
Got it! Working on it |
Hey @kgryte, Thank you for help! |
Hey @sahilk45, I'm already working on it. I've migrated the basic things and am working on the remaining parts. I'll migrate ESLint to v9 soon and raise the PR shortly. |
Description
Summary
This RFC proposes migrating the ESLint configuration from the deprecated .eslintrc.* format to the new eslint.config.js format introduced in ESLint 9. Additionally, it outlines handling the removal of .eslintignore in favor of the ignores property inside the configuration file.
Expected Outcomes
Related Issues
No response
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: