Skip to content

Commit 7ec6373

Browse files
committed
feat(sort): add 'imports' key to package.json sorting order
1 parent 92deb7d commit 7ec6373

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
@@ -39,6 +39,7 @@ export function sortPackageJson(): TypedFlatConfigItem[] {
3939
'keywords',
4040
'categories',
4141
'sideEffects',
42+
'imports',
4243
'exports',
4344
'main',
4445
'module',

0 commit comments

Comments
 (0)