Skip to content

Commit

Permalink
feat: sort peerDependenciesMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 29, 2024
1 parent 01ac442 commit df92f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/sort.ts
Expand Up @@ -62,7 +62,7 @@ export const sortPackageJson: FlatESLintConfigItem[] = [
},
{
order: { type: 'asc' },
pathPattern: '^(?:dev|peer|optional|bundled)?[Dd]ependencies$',
pathPattern: '^(?:dev|peer|optional|bundled)?[Dd]ependencies(Meta)?$',
},
{
order: ['types', 'require', 'import', 'default'],
Expand Down

0 comments on commit df92f57

Please sign in to comment.