解决:注释引入 eslint 代码验证部分
步骤: 项目下 → build → webpack.base.conf.js → 注释(module 下 → rules下 → ...(config.dev.useEslint ? [createLintingRule()] : []), ) → 重启项目( npm run dev )