-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Add rule use-v-on-exact
#271
#602
Conversation
ebc2af7
to
6ee0fe0
Compare
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.
Thank you for this PR!
Mostly LGTM.
I have just a comment.
lib/rules/use-v-on-exact.js
Outdated
meta: { | ||
docs: { | ||
description: 'enforce usage of `exact` modifier on `v-on`', | ||
category: 'essential', |
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.
Would you set the category
undefined
?
I'd like to separate PRs to update config presets.
8adbdfe
to
b830dee
Compare
@mysticatea category updated and merge conflicts resolved |
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.
LGTM, thank you!
Implementation of rule
use-v-on-exact
from #271