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 aed15ed commit 84e423cCopy full SHA for 84e423c
src/configs/sort.ts
@@ -54,9 +54,11 @@ export const sortPackageJson = (): Config[] => [
54
'devDependencies',
55
'engines',
56
'config',
57
- 'overrides',
58
'pnpm',
+ 'overrides',
59
+ 'resolutions',
60
'husky',
61
+ 'simple-git-hooks',
62
'lint-staged',
63
'eslintConfig',
64
'prettier',
@@ -73,7 +75,7 @@ export const sortPackageJson = (): Config[] => [
73
75
},
74
76
{
77
order: { type: 'asc' },
- pathPattern: '^(?:resolutions|overrides|pnpm.overrides)$',
78
+ pathPattern: String.raw`^(?:resolutions|overrides|pnpm\.overrides)$`,
79
80
],
81
0 commit comments