We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c09057 commit cfc69c3Copy full SHA for cfc69c3
packages/@vue/cli-ui/vue.config.js
@@ -1,7 +1,11 @@
1
const merge = require('deepmerge')
2
const path = require('path')
3
4
+/** @type {import('@vue/cli-service').ProjectOptions} */
5
module.exports = {
6
+ lintOnSave: process.env.CIRCLECI
7
+ ? false
8
+ : 'default',
9
pluginOptions: {
10
apollo: {
11
enableMocks: false,
0 commit comments