-
-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
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
Upgrade vue-eslint-parser and add support for v-bind same-name shorthand #2357
Conversation
Very excited for this! Thank you so much 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ota-meshi! This looks good and complete.
hey, i am update to 9.20 eslint-plugin vue but it doesn't work v-bind feature with vue 3.4 v-bind is missing expression.vue(34) `require('@rushstack/eslint-patch/modern-module-resolution') module.exports = { |
Please open a new issue following the bug template. Also, please make sure you have upgraded to Vue 3.4. |
Also doesn't work for me, I'm on 9.20.1 |
Please see
TL;DR: It is not an issue with ESLint / eslint-plugin-vue / eslint-parser-vue, but an issue with the Vue language tools / Volar. |
close #2355
related to #2326