修改配置文件,没有就新建 vue.config.js


module.exports = {
    lintOnSave: false
}

参考
vue项目中关闭eslint的方法