You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think peer dependency is correct. eslint plugins never ship pure dependencies because as a consumer you can choose a wide range of versions of the plugin you need that this plugin may also depend on.
Steps to solve should be
I install eslint-plugin-flowtype
I see peer dependency missing warning
I install it (or I get an error like you have and then get forced to install it)
Following #513
@babel/plugin-syntax-jsx
is used. However in my project it's currently not installed, and as a result I get errors like:I wonder why it's a peer dependency instead of a prod dependency?
The text was updated successfully, but these errors were encountered: