File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -281,9 +281,9 @@ For example:
281
281
| [ vue/require-prop-comment] ( ./require-prop-comment.md ) | require props to have a comment | | :hammer : |
282
282
| [ vue/require-typed-object-prop] ( ./require-typed-object-prop.md ) | enforce adding type declarations to object props | :bulb : | :hammer : |
283
283
| [ vue/require-typed-ref] ( ./require-typed-ref.md ) | require ` ref ` and ` shallowRef ` functions to be strongly typed | | :hammer : |
284
- | [ vue/restricted-component-names] ( ./restricted-component-names.md ) | enforce using only specific in component names | | :warning : |
284
+ | [ vue/restricted-component-names] ( ./restricted-component-names.md ) | enforce using only specific component names | | :warning : |
285
285
| [ vue/script-indent] ( ./script-indent.md ) | enforce consistent indentation in ` <script> ` | :wrench : | :lipstick : |
286
- | [ vue/slot-name-casing] ( ./slot-name-casing.md ) | enforce specific casing for the slot name | | :hammer : |
286
+ | [ vue/slot-name-casing] ( ./slot-name-casing.md ) | enforce specific casing for slot names | | :hammer : |
287
287
| [ vue/sort-keys] ( ./sort-keys.md ) | enforce sort-keys in a manner that is compatible with order-in-components | | :hammer : |
288
288
| [ vue/static-class-names-order] ( ./static-class-names-order.md ) | enforce static class names order | :wrench : | :hammer : |
289
289
| [ vue/v-for-delimiter-style] ( ./v-for-delimiter-style.md ) | enforce ` v-for ` directive's delimiter style | :wrench : | :lipstick : |
Original file line number Diff line number Diff line change 2
2
pageClass : rule-details
3
3
sidebarDepth : 0
4
4
title : vue/restricted-component-names
5
- description : enforce using only specific in component names
5
+ description : enforce using only specific component names
6
6
---
7
7
8
8
# vue/restricted-component-names
9
9
10
- > enforce using only specific in component names
10
+ > enforce using only specific component names
11
11
12
12
- :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13
13
Original file line number Diff line number Diff line change 2
2
pageClass : rule-details
3
3
sidebarDepth : 0
4
4
title : vue/slot-name-casing
5
- description : enforce specific casing for the slot name
5
+ description : enforce specific casing for slot names
6
6
---
7
7
8
8
# vue/slot-name-casing
9
9
10
- > enforce specific casing for the slot name
10
+ > enforce specific casing for slot names
11
11
12
12
- :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > _ ** This rule has not been released yet.** _ </badge >
13
13
You can’t perform that action at this time.
0 commit comments