Skip to content

Add vue/v-on-handler-style rule and deprecate vue/v-on-function-call rule #2009

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

Merged
merged 18 commits into from
Oct 30, 2022

Conversation

ota-meshi
Copy link
Member

This PR adds vue/v-on-handler-style rule.
And deprecates vue/v-on-function-call rule.

close #2001

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.

Preliminary review without having looked at the code yet.

ota-meshi and others added 10 commits October 12, 2022 16:54

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Flo Edelmann <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Flo Edelmann <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ota-meshi and others added 4 commits October 26, 2022 17:59

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Flo Edelmann <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@ota-meshi
Copy link
Member Author

Thank you for your review.
I made a change to this PR other than ignoreIncludesComment.

ota-meshi and others added 2 commits October 28, 2022 16:46

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Flo Edelmann <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

✔️ LGTM

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.

edit v-on-function-call to enforce @click="() => fn()" over @click="fn()" and @click="fn"
2 participants