Skip to content
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

Merged
merged 5 commits into from
Jan 9, 2024

Conversation

ota-meshi
Copy link
Member

close #2355

related to #2326

@brandonleichty
Copy link

Very excited for this! Thank you so much 🙏

Copy link
Member

@FloEdelmann FloEdelmann left a 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.

@ota-meshi ota-meshi merged commit 8035aa3 into master Jan 9, 2024
16 checks passed
@ota-meshi ota-meshi deleted the upadate-parser branch January 9, 2024 08:25
@matteo6b
Copy link

matteo6b commented Jan 12, 2024

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)
my eslint

`require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
plugins: ['vuejs-accessibility'],
extends: [
'plugin:vue/vue3-recommended',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting',
'plugin:vuejs-accessibility/recommended'
],
parser: "vue-eslint-parser",
parserOptions: {
ecmaVersion: 'latest'
}
}`

@FloEdelmann
Copy link
Member

Please open a new issue following the bug template. Also, please make sure you have upgraded to Vue 3.4.

@AndrewBogdanovTSS
Copy link

Also doesn't work for me, I'm on 9.20.1

@FloEdelmann
Copy link
Member

FloEdelmann commented Jan 15, 2024

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.

@vuejs vuejs locked as resolved and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support v-bind same name shorthand
5 participants