-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
eslint 9 error #7
Comments
Thnx. At the bottom, there is this link with a workaround: https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config I don't know if I should release a new version where it uses the flat config by default. I am not aware of how is the adoption of the flat config by the devs is going. Maybe, what I can do is to have a file for flat config users. |
flat config is now the norm. Eslint 9 removed the older style of configs. There are libraries that support both types etc. |
Ty for the info. Can you please provide me a lib example which supports both? So I can know what's being the current pattern. |
Awesome. Thanks a lot! I will work on it asap. |
ah came here to report the same, glad to see it is already being worked on, cheers! |
Hi, sorry for the delay. While I haven't been able to reproduce this locally with ESLint 9.10.0, the new v1.8.3 should fix your issue as I got rid of the extends: b69ccd7. Please reopen if you have further issues. |
The text was updated successfully, but these errors were encountered: