vue项目运行出现warnings potentially fixable with the `--fix` option的报错问题
vue-cil3 运行报错 warnings potentially fixable with the `--fix` option.
解决办法:"lint": "vue-cli-service lint" 修改为:eslint --fix --ext .js,.vue src
vue-cil3 运行报错 warnings potentially fixable with the `--fix` option.
解决办法:"lint": "vue-cli-service lint" 修改为:eslint --fix --ext .js,.vue src