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 a4e37ad commit 7ba3281Copy full SHA for 7ba3281
packages/react-scripts/config/webpack.config.js
@@ -323,7 +323,7 @@ module.exports = function(webpackEnv) {
323
}
324
325
// We allow overriding the config only if the env variable is set
326
- if (process.env.EXTEND_ESLINT && eslintConfig) {
+ if (process.env.EXTEND_ESLINT === 'true' && eslintConfig) {
327
return eslintConfig;
328
} else {
329
return {
0 commit comments