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 ec48b33 commit a5ffcadCopy full SHA for a5ffcad
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