Vue 关闭 eslint 在 vue.config.js 文件中

Vue 关闭 eslint 在  vue.config.js 文件中

module.exports = {
  lintOnSave: false, // 关闭 eslint 检查
}

 所有配置项参见之前文章 vue.config.js 所有配置

原文地址:https://www.cnblogs.com/dafei4/p/15692710.html