We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1864cef commit 00ec67bCopy full SHA for 00ec67b
packages/@vue/cli-plugin-eslint/index.js
@@ -1,6 +1,5 @@
1
module.exports = (api, { lintOnSave }) => {
2
if (lintOnSave) {
3
- console.log(lintOnSave)
4
const options = require('./eslintOptions')(api)
5
api.chainWebpack(webpackConfig => {
6
webpackConfig.module
0 commit comments