Skip to content

Commit 988ef2f

Browse files
waynzhFloEdelmann
andauthored
Update docs/rules/v-on-event-hyphenation.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 37e7a7e commit 988ef2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/v-on-event-hyphenation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ This rule enforces using hyphenated v-on event names on custom components in Vue
4747

4848
- `"always"` (default) ... Use hyphenated event name.
4949
- `"never"` ... Don't use hyphenated event name.
50-
- `"ignore"` ... Array of ignored names.
51-
- `"ignoreTags"` ... Array of exclude tag names.
50+
- `"ignore"` ... Array of event names that don't need to follow the specified casing.
51+
- `"ignoreTags"` ... Array of tag names whose events don't need to follow the specified casing.
5252
- `"autofix"` ... If `true`, enable autofix. If you are using Vue 2, we recommend that you do not use it due to its side effects.
5353

5454
### `"always"`

0 commit comments

Comments
 (0)