-
Notifications
You must be signed in to change notification settings - Fork 13
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
Flat config support / ESLint 9 #92
Comments
Thanks. Initial rough view of changes required:
Impact:
Would be good to remain under test for both v8 and v9 for a while, unless not it's too much work. |
The plugin also throws an error if used with FlatConfig compatibility helpers. Even if it doesn't natively support FlatConfig, it would great to fix that in the interim. |
I'm afraid I have barely any time spare for this project at the moment, and neither am I using this nor ESLint 9. I see 9 was released 3 weeks ago although of course ideally I would have tested against the beta. But now more and more people will be upgrading. If someone could post some detail about the problem with the compatibility helpers, it might help me judge whether it's something I could spot-fix when I have half an hour spare. |
Actually I take it back. I can't reproduce the crash anymore. If I see it again, I'll come back with a reproduction. Apologies! |
Hi,
As of ESLint 8, there is now a new format for ESLint config files which requires that plugins follow a specific format. In ESLint 9, this format will be the only one available by default (and other API changes have occurred in ESLint 9 that may affect this plugin).
Info:
Thanks!
The text was updated successfully, but these errors were encountered: