Skip to content

Commit

Permalink
Update docs/rules/custom-event-name-casing.md for better description
Browse files Browse the repository at this point in the history
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
devTeaa and ota-meshi committed Oct 9, 2020
1 parent 625c9aa commit 574d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/custom-event-name-casing.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
}]
}
```
- `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`.
- `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`.


## :books: Further Reading
Expand Down

0 comments on commit 574d218

Please sign in to comment.