-
Notifications
You must be signed in to change notification settings - Fork 28
fix(eslint): flat config support #51
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
fix(eslint): flat config support #51
Conversation
Co-authored-by: Maxime Malgorn <[email protected]>
Co-authored-by: Maxime Malgorn <[email protected]>
Just need a bit of testing and we will be good to go 🤞 |
There are some problems with the rules code on the test project when upgrading it to ESLint v9 and typescript-eslint v8 (needed to parse TypeScript code using ESLint v9). We need to fix the code at some places due to some breaking changes in the AST API of typescript-eslint v8 (see more here). I will check asap 🤞 We need to support both syntaxes in order to keep plugin working with ESLint v8. |
Testing matrix
|
af91179
to
3e7856d
Compare
3e7856d
to
e6c6560
Compare
Fix issue #50 (ESLint flat config support)
see: https://eslint.org/docs/latest/extend/plugin-migration-flat-config