天天看点

ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.

1丶这个错 因为 代码 格式 不满足 这个   eslint 的规范

ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.

2丶 解决方案

1丶注掉 .eslintrc.js 里的 '@vue/standard'   (我试了 八太行)

ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.

 2丶 简单粗暴  直接干掉package.json 里面的 eslint   全部删掉   重启:yarn serve

ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.
ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.

success

ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.