ant-design-vue-pro
ant-design-vue-pro copied to clipboard
更高的版本只使用 ESM,这导致了很多错误
eslint src执行语法检测 依赖eslint-scope报一堆 require() of ES modules is not supported
应该是这个包已经不维护了 babel-eslint
修改文件vue.config.js lintOnSave: false 修改文件.eslintrc.js
- https://eslint.vuejs.org/rules/max-attributes-per-line.html
- parser包替换 parserOptions: { parser: '@babel/eslint-parser' }
vue2 版本建议锁 vue-cli