Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit dabd0a7

Browse files
authored
Bump eslint-plugin-react version and update webpack config (facebook#6132)
* Bump eslint-plugin-react version * Move eslint-plugin-react settings into eslint-config-react-app * Add react/no-typos rule
1 parent e883e64 commit dabd0a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ module.exports = function(webpackEnv) {
314314
// @remove-on-eject-begin
315315
baseConfig: {
316316
extends: [require.resolve('eslint-config-react-app')],
317-
settings: { react: { version: '999.999.999' } },
318317
},
319318
ignore: false,
320319
useEslintrc: false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-flowtype": "2.50.1",
4545
"eslint-plugin-import": "2.14.0",
4646
"eslint-plugin-jsx-a11y": "6.1.2",
47-
"eslint-plugin-react": "7.11.1",
47+
"eslint-plugin-react": "7.12.3",
4848
"file-loader": "2.0.0",
4949
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
5050
"fs-extra": "7.0.1",

0 commit comments

Comments
 (0)