Skip to content

Commit 934353f

Browse files
committed
Revert "ci: disable cli-ui lintOnSave in circleci"
This reverts commit cfc69c3.
1 parent cfc69c3 commit 934353f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/@vue/cli-ui/vue.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
const merge = require('deepmerge')
22
const path = require('path')
33

4-
/** @type {import('@vue/cli-service').ProjectOptions} */
54
module.exports = {
6-
lintOnSave: process.env.CIRCLECI
7-
? false
8-
: 'default',
95
pluginOptions: {
106
apollo: {
117
enableMocks: false,

0 commit comments

Comments
 (0)