zenflow / eslint-config-zenflow

A standard eslint configuration
MIT License
1 stars 0 forks source link

Peer dependency warnings from eslint-config-react-app > eslint-plugin-flowtype@8.0.3" #20

Open zenflow opened 2 years ago

zenflow commented 2 years ago

When installing this package, you may see these warnings:

warning "eslint-config-zenflow > eslint-config-react-app > eslint-plugin-flowtype@8.0.3" has unmet peer dependency "@babel/plugin-syntax-flow@^7.14.5".
warning "eslint-config-zenflow > eslint-config-react-app > eslint-plugin-flowtype@8.0.3" has unmet peer dependency "@babel/plugin-transform-react-jsx@^7.14.9".

It's fine as long as you're not using flowtype.

Upstream issue: https://github.com/facebook/create-react-app/issues/11982