关闭vue项目中的ESlint

在项目根目录下增加 vue.config.js 文件

添加

module.exports = {
    lintOnSave: false
}

你可能感兴趣的:(关闭vue项目中的ESlint)