We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934353f commit d9351efCopy full SHA for d9351ef
packages/@vue/cli-plugin-eslint/index.js
@@ -24,6 +24,9 @@ module.exports = (api, options) => {
24
cacheLocation: api.resolve('node_modules/.cache/.eslintcache'),
25
// plugin options
26
context: cwd,
27
+ threads: process.env.NODE_ENV === 'production'
28
+ ? options.parallel
29
+ : false,
30
emitWarning: allWarnings,
31
emitError: allErrors,
32
eslintPath: path.dirname(
0 commit comments