1.找到webpack.base.conf.js文件:
位置在build文件夹下
2、注释下面这行代码
//...(config.dev.useEslint ? [createLintingRule()] : []),
3、重启项目即可