Swap out eslint-plugin-flowtype for eslint-plugin-ft-flow
See original GitHub issueDescribe the bug
Hi 👋 , I’m a maintainer on flow-typed and a new flowtype eslint library eslint-plugin-ft-flow
A user on stack overflow reported an issue with eslint-plugin-flowtype
in eslint-config-react-app
when using create-react-app
. Full information can be read here
I’ve already fixed the issue in eslint-plugin-ft-flow and provide the library active maintenance compared to the original. Would the team at create-react-app be interested in swapping over to the new library to solve this and future issues.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:21
- Comments:10
Top Results From Across the Web
eslint-plugin-flowtype - npm
Start using eslint-plugin-flowtype in your project by running `npm i ... 5416 other projects in the npm registry using eslint-plugin-flowtype.
Read more >Failed to load plugin 'flowtype' declared in 'package.json ...
... https://github.com/flow-typed/eslint-plugin-ft-flow/pull/23. I'll raise an issue with create-react-app and see if they're willing to swap out the plugin ...
Read more >eslint-plugin-flowtype | Yarn - Package Manager
Flow type linting rules for ESLint. eslint-plugin-flowtype. Installation; Configuration. Shareable configurations; Community maintained configurations.
Read more >ESLint error - Failed to load plugin 'flowtype' - YouTrack
This means it's out of the scope for the WebStorm team, and developers from other JetBrains teams will take over. Once we fix...
Read more >Failed to load plugin 'flowtype' declared in 'package.json ...
For the flowtype eslint plugin this is the exact line of code that's ... issue with create-react-app and see if they're willing to...
Read more >Top Related Medium Post
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fwiw, I had this same issue and upgrading my node from v12 to v17 (latest) fixed it
One thing you can do as a quick fix is use a different eslint config, you can find a property in package.json that should look something like this
You can then remove the extends values and replace it with whatever your preference is like airbnb which is a popular one