DimiMikadze / create-react-library

React NPM library starter kit based on Facebook's create react app
MIT License
602 stars 60 forks source link

Remove flow? #35

Closed jamesdwilson closed 6 years ago

jamesdwilson commented 6 years ago

How can I remove flow support? Error: Module build failed: Error: Failed to load plugin flowtype: Cannot find module 'eslint-plugin-flowtype'

DimiMikadze commented 6 years ago

@jamesdwilson i think that eslint plugin was used for developing create react app and you'll receive an error message if you'll remove it, may i ask why you are trying to remove it?