Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1f3d55

Browse files
authoredMay 19, 2023
Document related rules for component name rules (#2181)
1 parent 299d634 commit c1f3d55

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎docs/rules/multi-word-component-names.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ export default {
169169

170170
</eslint-code-block>
171171

172+
## :couple: Related Rules
173+
174+
- [vue/no-reserved-component-names](./no-reserved-component-names.md)
175+
172176
## :books: Further Reading
173177

174178
- [Style guide - Multi-word component names](https://vuejs.org/style-guide/rules-essential.html#use-multi-word-component-names)

‎docs/rules/no-reserved-component-names.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ export default {
7272

7373
</eslint-code-block>
7474

75+
## :couple: Related Rules
76+
77+
- [vue/multi-word-component-names](./multi-word-component-names.md)
78+
7579
## :books: Further Reading
7680

7781
- [List of html elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)

0 commit comments

Comments
 (0)
Please sign in to comment.