Build: enable caching in eslint plugin (#64325)

enable caching in eslint plugin
pull/63495/head
Ashley Harrison 3 years ago committed by GitHub
parent 4a1c18abf6
commit 0c0d63b830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/webpack/webpack.dev.js

@ -88,8 +88,8 @@ module.exports = (env = {}) =>
},
},
}),
// next major version of ForkTsChecker is dropping support for ESLint
new ESLintPlugin({
cache: true,
lintDirtyModulesOnly: true, // don't lint on start, only lint changed files
extensions: ['.ts', '.tsx'],
}),

Loading…
Cancel
Save