vue项目中关闭eslint的方法

在项目根目录下增加vue.config.js文件。
内容如下:

// vue.config.js
module.exports = {
    lintOnSave: false
}

🆗

posted @ 2020-06-19 11:45  Quark_Z  阅读(432)  评论(0)    收藏  举报