vue项目中关闭eslint的方法

// vue.config.js
module.exports = {
   // vue项目中关闭eslint
    lintOnSave: false
}

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

posted on 2019-12-25 18:10  songsong_p_blue  阅读(3215)  评论(0编辑  收藏  举报