If user wants only the config and nothing else the one should still install all the deps, which can be done automatically and with no hassle.
Currently, I have to install eslint-plugin-flowtype which I am not even using in my project...
Moreover, version of babel-eslint is outdated (available: 10, listed: 9).
As one of the solutions, maybe, we can create one extra package in this repo and name it like eslint-config-react-app-pack, which will have all the needed deps?
If user wants only the config and nothing else the one should still install all the deps, which can be done automatically and with no hassle.
Currently, I have to install
eslint-plugin-flowtypewhich I am not even using in my project...Moreover, version of
babel-eslintis outdated (available: 10, listed: 9).As one of the solutions, maybe, we can create one extra package in this repo and name it like
eslint-config-react-app-pack, which will have all the needed deps?