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/order.md
+43
Original file line number
Diff line number
Diff line change
@@ -996,6 +996,49 @@ import type { G } from './aaa.js';
996
996
importtype { H } from'./bbb';
997
997
```
998
998
999
+
### `sortTypesAmongThemselves: true|false`
1000
+
1001
+
Sort type-only imports separately from normal non-type imports.
1002
+
1003
+
When enabled, the intragroup sort order of type-only imports will mirror the intergroup ordering of normal imports as defined by `group`, `pathGroups`, etc.
1004
+
1005
+
> This setting is only meaningful when `"type"` is included in `groups`.
0 commit comments