-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use flat config format #101
Comments
Implementation has started on https://github.com/peerigon/eslint-config-peerigon/tree/eslint-9 There are a couple of plugins that don't have ESLint 9 support yet:
(Also interesting: eslint/eslint#18391) We don't necessarily have to wait for all of them because we might switch some dependencies (e.g. switching out eslint-plugin-promise with eslint-plugin-unicorn which also has some promise rules). However, I would definitely wait for eslint-plugin-react as there is not a good alternative afaik. |
Hey @jhnns! 👋 It's possible to migrate now using the Compatibility Utilities, in case you want to try it out: |
https://eslint.org/blog/2022/08/new-config-system-part-2/
The text was updated successfully, but these errors were encountered: