Skip to content

Commit 00ec67b

Browse files
committed
chore: remove unnecessary log
1 parent 1864cef commit 00ec67b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@vue/cli-plugin-eslint/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = (api, { lintOnSave }) => {
22
if (lintOnSave) {
3-
console.log(lintOnSave)
43
const options = require('./eslintOptions')(api)
54
api.chainWebpack(webpackConfig => {
65
webpackConfig.module

0 commit comments

Comments
 (0)