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 6dce3f4 commit e039ad3Copy full SHA for e039ad3
packages/react-scripts/config/webpack.config.js
@@ -759,6 +759,10 @@ module.exports = function (webpackEnv) {
759
eslintPath: require.resolve('eslint'),
760
context: paths.appSrc,
761
cache: true,
762
+ cacheLocation: path.resolve(
763
+ paths.appNodeModules,
764
+ '.cache/.eslintcache'
765
+ ),
766
// ESLint class options
767
cwd: paths.appPath,
768
resolvePluginsRelativeTo: __dirname,
0 commit comments