You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we emit .babelrc and .eslintrc after ejecting.
This is better than embedding them in Webpack config like before, but still not ideal.
I think we should embed Babel and ESLint configuration into package.json after ejecting.
We already do this for Jest.
Relevant settings in package.json are called babel and eslintConfig.
This issue is up for grabs. If you’d like to work on it please comment below so that multiple people don’t work on the same thing. Please respect it if somebody has already commented, and don’t try to submit a PR before them.