Skip to content

Commit 79a2caf

Browse files
committedMar 12, 2025
feat: sort all pnpm-workspace keys
1 parent be3de0d commit 79a2caf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/configs/yaml.ts

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ export async function yaml(
9898
],
9999
pathPattern: '^$',
100100
},
101+
{
102+
order: { type: 'asc' },
103+
pathPattern: '.*',
104+
},
101105
],
102106
},
103107
},

0 commit comments

Comments
 (0)
Please sign in to comment.