Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 26, 2020
1 parent 9fd6139 commit 5c03b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/attribute-hyphenation.md
Expand Up @@ -107,6 +107,10 @@ Don't use hyphenated name but allow custom attributes

</eslint-code-block>

## :couple: Related Rules

- [vue/v-on-event-hyphenation](./v-on-event-hyphenation.md)¥

## :rocket: Version

This rule was introduced in eslint-plugin-vue v3.9.0
Expand Down
4 changes: 4 additions & 0 deletions docs/rules/v-on-event-hyphenation.md
Expand Up @@ -102,6 +102,10 @@ Don't use hyphenated name but allow custom event names

</eslint-code-block>

## :couple: Related Rules

- [vue/attribute-hyphenation](./attribute-hyphenation.md)¥

## :mag: Implementation

- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/v-on-event-hyphenation.js)
Expand Down

0 comments on commit 5c03b72

Please sign in to comment.