-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support of eslint 9.x #705
Comments
Sadly, there seems to be issues with ESLint v9: this version introduced some changes in the rule API, notably methods of the A quick search on the repository seems to indicate there is only one change to make in src/rules/named-export.ts. |
Hello! |
I also tested the plugin with eslint 9 without any issues. |
Is your feature request related to a problem? Please describe.
Hello, any plans of supporting eslint 9.x?
Describe the solution you'd like
Currently in the process of migrating to eslint 9.x and from what I can tell, the rule works just fine as is. Did a few manual tests trying to see if it would lead to false positives or false negatives and it's been behaving as expected.
The text was updated successfully, but these errors were encountered: