Skip to content

Commit 5c03b72

Browse files
committed
update docs
1 parent 9fd6139 commit 5c03b72

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/rules/attribute-hyphenation.md

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Don't use hyphenated name but allow custom attributes
107107

108108
</eslint-code-block>
109109

110+
## :couple: Related Rules
111+
112+
- [vue/v-on-event-hyphenation](./v-on-event-hyphenation.md)¥
113+
110114
## :rocket: Version
111115

112116
This rule was introduced in eslint-plugin-vue v3.9.0

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

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ Don't use hyphenated name but allow custom event names
102102

103103
</eslint-code-block>
104104

105+
## :couple: Related Rules
106+
107+
- [vue/attribute-hyphenation](./attribute-hyphenation.md)¥
108+
105109
## :mag: Implementation
106110

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

0 commit comments

Comments
 (0)