Skip to content

Commit dc6288a

Browse files
authored
fix(sort): add imports key before exports for pkg.json (#712)
1 parent 9a065c7 commit dc6288a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/sort.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export async function sortPackageJson(): Promise<TypedFlatConfigItem[]> {
4040
'keywords',
4141
'categories',
4242
'sideEffects',
43+
'imports',
4344
'exports',
4445
'main',
4546
'module',

0 commit comments

Comments
 (0)