Idea 运行Vue项目老是报错: You may use special comments to disable some warnings.


解决:注释引入 eslint 代码验证部分 

步骤: 项目下 → build  → webpack.base.conf.js  → 注释(module 下 → rules下 → ...(config.dev.useEslint ? [createLintingRule()] : []), ) →  重启项目( npm run dev )