当前位置:主页 > 网页前端 > vue >

解决vue项目运行出现warnings potentially fixable with the `--fix` option的报错问题

时间:2022-07-07 09:50:19 | 栏目:vue | 点击:

问题:vue-cil3 运行报错 warnings potentially fixable with the `--fix` option.

原因:与创建项目 eslint 设置有问题,可以通过“—fix”选项修复

解决办法:将一下部分:"lint": "vue-cli-service lint" 修改为:eslint --fix --ext .js,.vue src

您可能感兴趣的文章:

相关文章