-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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 config] [deps] update eslint-plugin-react-hooks
#3068
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll also need to change the peer deps entry.
Thanks for the quick feedback! I updated the peer dependency. |
cae80ba
to
11f986f
Compare
eslint-plugin-react-hooks
How do we use this? The current release version is 19.0.4 from Dec 25, 2021. |
@renchris you don't use it, until it's released, which it's not yet (it was only merged 2 days ago) |
With the current and last package release being a few years ago, what is a rough timeframe expectation for the next release containing this update to be? |
There's no expected timeframe and no release schedule, and the time since the last release has no bearing on anything - no release has been needed since the last one, and the next one will include full eslint 9 support. feel free to follow #2961 for updates. |
@renchris If you want to use this now, if you're using npm, you can install |
Thank you, you two. I will override the peer dependency |
eslint-plugin-react-hooks had a new major version a couple months ago.
This new version has several new useful checks, so it would be great if the config could be updated to use this version.