errors and 0 warnings potentially fixable with the `--fix` option.

Vue项目运行中出现 errors and 0 warnings potentially fixable with the --fix option.的报错问题

errors and 0 warnings potentially fixable with the `--fix` option._第1张图片

一、原因:
与创建项目 eslint 设置有问题,可以通过“—fix”选项修复
二、解决办法:
errors and 0 warnings potentially fixable with the `--fix` option._第2张图片

应该更为:

"lint": "eslint --fix --ext .js,.vue src",

你可能感兴趣的:(报错,vue)