vue项目报 “error Empty block statement no-empty“ 不规则空格引起报错 解决方案
一、在package.json中添加{"name":"system","version":"0.1.0","private":true,"eslintConfig":{"plugins":["example"],"env":{"example/custom":true}},}二、在项目根目录添加独立的配置文件.eslintrc.js内容如下:module.exports={root:true,en