-
Notifications
You must be signed in to change notification settings - Fork 18
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
eslint-plugin-react-redux is incompatible with eslint v9 #99
Comments
Any indication when (or whether) this issue will get resolved? |
Hello! I have created a branch that supports the v9. #100. Although there is a number of underlying dependencies that do not support v9 yet. We an either force install, to ignore peer deps npm validation (which I think is not a right path forward) or we wait for the rest of the eco system to catch up. |
Any updates on this? |
Here is a diff for eslint 9 support #101 |
Would love this release! Hopefully we can upgrade ESLint to the latest version at our company after this :) |
I just published 4.2.0. Let me know if you run into issues |
Thanks! I will try it out immediately! |
Sorry for the late response. There were other plugins that weren't compatible with ESLint v9.
Instead of the recommended way:
The new recommended way just inserts all the plugins / rules to the lists. No need for extra lines of configuration. |
Better would be to import it from |
They have dropped support for function style rules in v9: https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#changes-to-how-you-write-rules
The text was updated successfully, but these errors were encountered: