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

fix(vue): disable vue/no-v-model-argument for Vue 3 #231

Closed
wants to merge 1 commit into from

Conversation

antfu
Copy link
Member

@antfu antfu commented Sep 6, 2022

No description provided.

@atinux atinux requested review from danielroe and pi0 September 6, 2022 08:46
@pi0
Copy link
Member

pi0 commented Sep 6, 2022

Can you please explain why disabling this rule? (https://eslint.vuejs.org/rules/no-v-model-argument.html)

@danielroe
Copy link
Member

I think the root issue here is that we are still exporting Vue 2 eslint rules. Should we update to Vue 3?

#216

@pi0
Copy link
Member

pi0 commented Sep 6, 2022

Let's fix #216 then for proper Vue 3 detection. We could detect installed vue version to adjust preset behavior (#217 (comment) -- defaulting to vue3)

@danielroe
Copy link
Member

Nice idea 👍

@antfu antfu closed this in #236 Nov 16, 2022
antfu added a commit that referenced this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants