diff --git a/config/webpack.config.js b/config/webpack.config.js index a39ba48a..3449b726 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -787,14 +787,6 @@ module.exports = function (webpackEnv) { // ESLint class options cwd: paths.appPath, resolvePluginsRelativeTo: __dirname, - baseConfig: { - extends: [require.resolve('eslint-config-react-app/base')], - rules: { - ...(!hasJsxRuntime && { - 'react/react-in-jsx-scope': 'error', - }), - }, - }, }), ].filter(Boolean), // Turn off performance processing because we utilize