Skip to content

Commit

Permalink
feat: sort overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 29, 2024
1 parent df92f57 commit 4023891
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/configs/sort.ts
Expand Up @@ -70,11 +70,7 @@ export const sortPackageJson: FlatESLintConfigItem[] = [
},
{
order: { type: 'asc' },
pathPattern: '^resolutions$',
},
{
order: { type: 'asc' },
pathPattern: '^pnpm.overrides$',
pathPattern: '^(?:resolutions|overrides|pnpm.overrides)$',
},
],
},
Expand Down

0 comments on commit 4023891

Please sign in to comment.