> 在使用手脚架安装的时候选了eslint,写代码的时候爽的不要不要的

这个时候,在这三个文件中,找到,删掉就完事 以下的代码

{
test: /\.(js|vue)$/,
enforce: ‘pre‘,
exclude: /node_modules/,
use: {
loader: ‘eslint-loader‘,
options: {
formatter: require(‘eslint-friendly-formatter‘)
}
}
},
原文:https://www.cnblogs.com/zhunong/p/14839974.html