vue关闭eslint(亲测有效)

在根目录新增 vue.config.js 文件

vue.config.js文件代码
module.exports = {
    lintOnSave: false
}

你可能感兴趣的:(eslintvue.js)