-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump eslint-plugin-react version and update webpack config #6132
Conversation
Should not you change all related places? |
The webpack dev and prod files were merged into one file a while back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's the reason that the build fails here? I'm having the same problem on my PR. |
@rovansteen looks related to #6099. |
Let's turn on |
@Timer done! |
…6132) * Bump eslint-plugin-react version * Move eslint-plugin-react settings into eslint-config-react-app * Add react/no-typos rule
Closes #6115.
We are able to use
detect
instead of the obscure999.999.999
value for the react version of the eslint-loader config after bumpingeslint-plugin-react
.