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
-`asc` — enforce properties to be in ascending order.
142
142
-`desc` — enforce properties to be in descending order.
143
143
144
-
### ignore-case
144
+
### ignoreCase
145
145
146
146
<sub>(default: `false`)</sub>
147
147
@@ -153,7 +153,7 @@ Only affects alphabetical and natural sorting. When `true` the rule ignores the
153
153
154
154
You can set up a list of Astro attribute groups for sorting. Groups can be combined. There are predefined groups: `'multiline'`, `'shorthand'`, `'astro-shorthand'`.
155
155
156
-
### custom-groups
156
+
### customGroups
157
157
158
158
<sub>(default: `{}`)</sub>
159
159
@@ -163,7 +163,7 @@ Example:
163
163
164
164
```json
165
165
{
166
-
"custom-groups": {
166
+
"customGroups": {
167
167
"callback": "on*"
168
168
}
169
169
}
@@ -271,11 +271,10 @@ In order to start using this rule, you need to install additional dependency:
0 commit comments