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 b1e6155 commit 6f5221cCopy full SHA for 6f5221c
packages/react-scripts/config/webpack.config.js
@@ -342,6 +342,7 @@ module.exports = function(webpackEnv) {
342
eslintPath: require.resolve('eslint'),
343
resolvePluginsRelativeTo: __dirname,
344
// @remove-on-eject-begin
345
+ ignore: process.env.EXTEND_ESLINT === 'true',
346
baseConfig: (() => {
347
const eslintCli = new eslint.CLIEngine();
348
let eslintConfig;
@@ -360,7 +361,6 @@ module.exports = function(webpackEnv) {
360
361
};
362
}
363
})(),
- ignore: false,
364
useEslintrc: false,
365
// @remove-on-eject-end
366
},
0 commit comments