vue-cli 取消禁用eslint验证

# 方法

在根目录新建个vue.config.js文件

修改了vue.config.js文件,记得重新编译/启动项目喔~

module.exports = {
  lintOnSave: false // 取消 eslint 验证
}