解决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
上一篇:vite2.x实现按需加载ant-design-vue@next组件的方法
栏 目:vue
本文标题:解决vue项目运行出现warnings potentially fixable with the `--fix` option的报错问题
本文地址:http://www.codeinn.net/misctech/207083.html