-
-
Notifications
You must be signed in to change notification settings - Fork 15
chore: update react monorepo #230
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
Conversation
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
amareshsm
left a comment
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.
LGTM. Leaving it open for 2nd review.
|
It looks like there’s a merge conflict now. |
lumirlumir
left a comment
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.
LGTM. I've confirmed it against the following references:
Prerequisites checklist
What is the purpose of this pull request?
Updates the ESLint configuration to use the latest
eslint-plugin-react-hookssetup, which no longer includes thereact-hooks/react-compilerrule.What changes did you make? (Give an overview)
eslint-plugin-react-hooksfrom^6.0.0-rc.1to^7.0.1.react-hooks/react-compilerrule, which was split into individual rules.pluginReactHooks.configs.flat.recommendedfor a cleaner and up-to-date configuration.19.1.0to19.2.0.react-hooks/react-compiler.Related Issues
Closes #178
Is there anything you'd like reviewers to focus on?