We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fd32d commit 83e2264Copy full SHA for 83e2264
packages/react-scripts/config/webpack.config.js
@@ -366,13 +366,11 @@ module.exports = function (webpackEnv) {
366
// @remove-on-eject-begin
367
ignore: isExtendingEslintConfig,
368
baseConfig: isExtendingEslintConfig
369
- ? undefined
370
- : {
371
- extends: [
372
- require.resolve('eslint-config-react-app'),
373
- ],
374
- },
375
- useEslintrc: false,
+ ? undefined
+ : {
+ extends: [require.resolve('eslint-config-react-app'),],
+ },
+ useEslintrc: isExtendingEslintConfig,
376
// @remove-on-eject-end
377
},
378
loader: require.resolve('eslint-loader'),
0 commit comments