Skip to content

Commit 574d218

Browse files
devTeaaota-meshi
andauthored
Update docs/rules/custom-event-name-casing.md for better description
Co-authored-by: Yosuke Ota <[email protected]>
1 parent 625c9aa commit 574d218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/custom-event-name-casing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
}]
5858
}
5959
```
60-
- `ignores` (`string[]`) ... The event names to ignore. Sets the event name to allow. For example, custom event names, Vue components event with special name, or Vue library component event name. You can set the regexp by writing it like `"/^name/"` or `update:input` or `fooBar`.
60+
- `ignores` (`string[]`) ... The event names to ignore. Sets the event name to allow. For example, custom event names, Vue components event with special name, or Vue library component event name. You can set the regexp by writing it like `"/^name/"` or `click:row` or `fooBar`.
6161

6262

6363
## :books: Further Reading

0 commit comments

Comments
 (0)