It might be better to have an extra package (e.g. @proai/eslint) for eslint, all eslint plugins and all eslint configs, because the eslint configuration is useful for other packages that don't rely on react-kickstarter.
For the development of other packages a basic babel package (e.g. @proai/babel) might be also useful, but in this case there are some babel plugins that are needed by react-kickstarter only.
The same is even more true for webpack. So eslint is a good candidate for an extra pacakge, babel is a moderate candidate and webpack so far a bad candidate.
It might be better to have an extra package (e.g.
@proai/eslint) for eslint, all eslint plugins and all eslint configs, because the eslint configuration is useful for other packages that don't rely onreact-kickstarter.For the development of other packages a basic babel package (e.g.
@proai/babel) might be also useful, but in this case there are some babel plugins that are needed byreact-kickstarteronly.The same is even more true for webpack. So eslint is a good candidate for an extra pacakge, babel is a moderate candidate and webpack so far a bad candidate.