Skip to content

Commit ef694ab

Browse files
committed
eslint-config-ACTID-react-app facebook#2
1 parent 24deed6 commit ef694ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"chokidar": "^1.7.0",
4242
"cross-env": "5.0.5",
4343
"eslint": "4.4.1",
44-
"eslint-config-react-app": "^2.1.0",
44+
"eslint-config-actid-react-app": "^2.1.0",
4545
"eslint-plugin-flowtype": "2.35.0",
4646
"eslint-plugin-import": "2.7.0",
4747
"eslint-plugin-jsx-a11y": "5.1.1",

Diff for: packages/react-scripts/config/webpack.config.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = {
133133
eslintPath: require.resolve('eslint'),
134134
// @remove-on-eject-begin
135135
baseConfig: {
136-
extends: [require.resolve('eslint-config-react-app')],
136+
extends: [require.resolve('eslint-config-actid-react-app')],
137137
},
138138
ignore: false,
139139
useEslintrc: false,

Diff for: packages/react-scripts/config/webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module.exports = {
141141
// TODO: consider separate config for production,
142142
// e.g. to enable no-console and no-debugger only in production.
143143
baseConfig: {
144-
extends: [require.resolve('eslint-config-react-app')],
144+
extends: [require.resolve('eslint-config-actid-react-app')],
145145
},
146146
ignore: false,
147147
useEslintrc: false,

Diff for: packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dotenv": "4.0.0",
3636
"dotenv-expand": "4.2.0",
3737
"eslint": "4.10.0",
38-
"eslint-config-react-app": "^2.1.0",
38+
"eslint-config-actid-react-app": "^2.1.0",
3939
"eslint-loader": "1.9.0",
4040
"eslint-plugin-flowtype": "2.39.1",
4141
"eslint-plugin-import": "2.8.0",

0 commit comments

Comments
 (0)