-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Milestone
Description
Is your proposal related to a problem?
Yes.
I got this warning when I install eslint-config-react-app
warning " > [email protected]" has incorrect peer dependency "[email protected]".
warning " > [email protected]" has incorrect peer dependency "[email protected]".
Turns out eslint-plugin-react-hooks is already at 2.1.1 now, and eslint-plugin-flowtype is at 4.3.0.
Describe the solution you'd like
I can update eslint-plugin-react-hooks and eslint-plugin-flowtype to the latest version if it's a good idea.
Describe alternatives you've considered
Make those two a dependencies instead of peer dependencies (#6129).
Additional context
None.
agilgur5, dsifford, zoltanbedi, gforge, OlegLustenko and 3 more