解决vue项目运行出现warnings potentially fixable with the `--fix` option.的报错问题
warnings potentially fixable with the `--fix` option.解决
·
问题:vue-cil3 运行报错 warnings potentially fixable with the --fix
option.
原因:与创建项目 eslint 设置有问题,可以通过“—fix”选项修复
解决方法:在package.json文件修改
修改为:eslint --fix --ext .js,.vue src就可以解决
更多推荐
已为社区贡献4条内容
所有评论(0)