vue项目去掉或者关闭eslint

在项目vue.config.js中

module.exports = {
    lintOnSave: false
}

你可能感兴趣的:(vue项目去掉或者关闭eslint)