You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/sort-keys.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ title: vue/sort-keys
5
5
description: enforce sort-keys in a manner that is compatible with order-in-components
6
6
---
7
7
# vue/sort-keys
8
-
> enforce sort-keys within components after the top level details
8
+
> enforce sort-keys in a manner that is compatible with order-in-components
9
9
10
-
This rule is almost the same rule as core [sorts-keys] rule but it will not error on top component properties allowing that order to be enforced with `order-in-components`.
10
+
This rule is almost the same rule as core [sort-keys] rule but it will not error on top component properties allowing that order to be enforced with `order-in-components`.
11
11
12
-
## Options
12
+
## :wrench:Options
13
13
14
14
```json
15
15
{
@@ -43,7 +43,7 @@ While using this rule, you may disable the normal `sort-keys` rule. This rule w
43
43
This rule forces many dictionary properties to be in alphabetical order while allowing `order-in-components`, property details,
44
44
and other similar fields not to be in alphabetical order.
0 commit comments