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/content/rules/sort-imports.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,7 @@ This feature is only applicable when `partitionByNewLine` is false.
369
369
</sub>
370
370
<sub>default: `{ value: {}, type: {} }`</sub>
371
371
372
-
You can define your own groups and use regexp pattern to match specific imports.
372
+
You can define your own groups and use regexp patterns to match specific imports.
373
373
374
374
Each key of the `value` or `type` fields represents a group name which you can then use in the `groups` option. The value for each key can either be of type:
375
375
-`string` — An import matching the value will be marked as part of the group referenced by the key.
0 commit comments