-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add support for ESLint v9 #128
Comments
Hi, ESLint v9 support is not implemented yet, apologies for that. |
Are there any plans yet to update this? Thanks. |
It is on our roadmap, but we are very concerned about shipping breaking changes to our customers, so we are doing this carefully. 🙂 |
Hey Team, do we have any updates in regards to the issue? |
Sorry no, there is no update at this time. |
Given ESLINT v8.x is no longer supported, it is coming up on client security scans. Any timelines on when we can expect this? |
The current plugin does not seem to work with eslint 9 which by default uses the flat config format
https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/
We get the following error
[Error - 11:23:02 PM] ConfigError: Config (unnamed): Key "extends": This appears to be in eslintrc format rather than flat config format.
The text was updated successfully, but these errors were encountered: