gajus / eslint-plugin-flowtype

Flow type linting rules for ESLint.
Other
1.08k stars 153 forks source link

Undocumented dependency on @babel/plugin-transform-react-jsx & @babel/plugin-syntax-flow #511

Closed G-Rath closed 2 years ago

G-Rath commented 2 years ago

Our build has suddenly started failing with errors about being unable to resolve @babel/plugin-transform-react-jsx - it seems that the new major made some babel plugins required in the recommended config without specifying them as dependencies in any form.

They're probably best added as peer dependencies 🤔

gajus commented 2 years ago

Thank you

gajus commented 2 years ago

:tada: This issue has been resolved in version 8.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: