Skip to content

Commit 4023891

Browse files
committedJan 29, 2024
feat: sort overrides
1 parent df92f57 commit 4023891

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎src/configs/sort.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ export const sortPackageJson: FlatESLintConfigItem[] = [
7070
},
7171
{
7272
order: { type: 'asc' },
73-
pathPattern: '^resolutions$',
74-
},
75-
{
76-
order: { type: 'asc' },
77-
pathPattern: '^pnpm.overrides$',
73+
pathPattern: '^(?:resolutions|overrides|pnpm.overrides)$',
7874
},
7975
],
8076
},

0 commit comments

Comments
 (0)
Please sign in to comment.