Skip to content

Commit a6ca92b

Browse files
committed
infra: sort type imports first
1 parent 7831903 commit a6ca92b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

oxfmt.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export const formatOptions: FormatConfig = {
1616
groups: [
1717
['builtin', 'external', 'internal'],
1818
{ newlinesBetween: false },
19-
['parent', 'sibling', 'index'],
19+
['type-parent', 'value-parent'],
20+
['type-sibling', 'value-sibling'],
21+
['type-index', 'value-index'],
2022
],
2123
newlinesBetween: false,
2224
order: 'asc',

0 commit comments

Comments
 (0)