We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
valid-v-on
1 parent f1ac7a0 commit c3111feCopy full SHA for c3111fe
docs/rules/valid-v-on.md
@@ -49,7 +49,7 @@ This rule does not check syntax errors in directives because it's checked by [no
49
50
```json
51
{
52
- "vue/prop-name-casing": ["error", {
+ "vue/valid-v-on": ["error", {
53
"modifiers": []
54
}]
55
}
0 commit comments