We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd12cc commit 800d84fCopy full SHA for 800d84f
src/configs/sort.ts
@@ -78,6 +78,14 @@ export async function sortPackageJson(): Promise<TypedFlatConfigItem[]> {
78
order: { type: 'asc' },
79
pathPattern: '^(?:resolutions|overrides|pnpm.overrides)$',
80
},
81
+ {
82
+ order: { type: 'asc' },
83
+ pathPattern: '^workspaces\\.catalog$',
84
+ },
85
86
87
+ pathPattern: '^workspaces\\.catalogs\\.[^.]+$',
88
89
{
90
order: [
91
'types',
0 commit comments