Skip to content

Commit 10d3856

Browse files
committedAug 23, 2023
feat: sort resolutions in package.json
1 parent f30ca63 commit 10d3856

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎packages/eslint-config-basic/index.js

+8
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ module.exports = {
138138
pathPattern: '^(?:dev|peer|optional|bundled)?[Dd]ependencies$',
139139
order: { type: 'asc' },
140140
},
141+
{
142+
pathPattern: '^resolutions$',
143+
order: { type: 'asc' },
144+
},
145+
{
146+
pathPattern: '^pnpm.overrides$',
147+
order: { type: 'asc' },
148+
},
141149
{
142150
pathPattern: '^exports.*$',
143151
order: [

0 commit comments

Comments
 (0)
Please sign in to comment.