-
Notifications
You must be signed in to change notification settings - Fork 11
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 flat config (eslint.config.js) #695
Comments
I'm still wondering how best practice is to export a new shareable configuration 🤔 Otherwise, I can think of the following method:
|
|
Thank you for sharing the discussion! I will check it. |
Note: @typescript-eslint is using a new package because we have both the plugin and the parser. It does also help us out as we don't even need to think about the problem cos it comes for free heh. The advice from upstream is the breaking change approach - though I don't like it, personally as it's making second class citizens of users not on flat configs. There's no specific reason that you need to make it available on the |
Unicorn didn't use |
See https://eslint.org/docs/latest/use/configure/configuration-files-new
The text was updated successfully, but these errors were encountered: