We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我依赖的是eslint-plugin-vue@9.5.1,在配置文件中写 extends: [ '@ecomfe/eslint-config', '@ecomfe/eslint-config/vue' ], 发现一旦写上@ecomfe/eslint-config/vue,eslint就不工作了,vscode失去了检测能力
extends: [ '@ecomfe/eslint-config', '@ecomfe/eslint-config/vue' ],
The text was updated successfully, but these errors were encountered:
我用的vue2.7,"@ecomfe/eslint-config": "^7.4.0",
Sorry, something went wrong.
确实是不兼容eslint-plugin-vue,我把版本降到7.x就可以了,但是这样就失去了一些能力
遇到同样的问题,求处理。
No branches or pull requests
我依赖的是eslint-plugin-vue@9.5.1,在配置文件中写
extends: [ '@ecomfe/eslint-config', '@ecomfe/eslint-config/vue' ],
发现一旦写上@ecomfe/eslint-config/vue,eslint就不工作了,vscode失去了检测能力
The text was updated successfully, but these errors were encountered: