File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ Don't use hyphenated name but allow custom attributes
107
107
108
108
</eslint-code-block >
109
109
110
+ ## :couple : Related Rules
111
+
112
+ - [ vue/v-on-event-hyphenation] ( ./v-on-event-hyphenation.md )
113
+
110
114
## :rocket : Version
111
115
112
116
This rule was introduced in eslint-plugin-vue v3.9.0
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ Don't use hyphenated name but allow custom event names
102
102
103
103
</eslint-code-block >
104
104
105
+ ## :couple : Related Rules
106
+
107
+ - [ vue/attribute-hyphenation] ( ./attribute-hyphenation.md )
108
+
105
109
## :mag : Implementation
106
110
107
111
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/v-on-event-hyphenation.js )
You can’t perform that action at this time.
0 commit comments