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 aafc7ff commit c9b9504Copy full SHA for c9b9504
packages/react-scripts/config/webpack.config.js
@@ -348,7 +348,7 @@ module.exports = function(webpackEnv) {
348
}
349
350
// We allow overriding the config only if the env variable is set
351
- if (process.env.EXTEND_ESLINT && eslintConfig) {
+ if (process.env.EXTEND_ESLINT === 'true' && eslintConfig) {
352
return eslintConfig;
353
} else {
354
return {
0 commit comments