We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6547b31 commit 3565973Copy full SHA for 3565973
packages/react-scripts/config/webpack.config.js
@@ -326,6 +326,7 @@ module.exports = function(webpackEnv) {
326
// We allow overriding the config, only if it extends our config
327
// (`extends` can be a string or array of strings).
328
appPackageJson.eslintConfig &&
329
+ appPackageJson.eslintConfig.extends &&
330
appPackageJson.eslintConfig.extends.includes('react-app')
331
? appPackageJson.eslintConfig
332
: { extends: [require.resolve('eslint-config-react-app')] },
0 commit comments