Skip to content

Commit 6cde4c9

Browse files
authoredJun 11, 2024··
feat: add 'contributors' to sort (#500) (#501)
1 parent e136aa4 commit 6cde4c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/configs/sort.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export async function sortPackageJson(): Promise<TypedFlatConfigItem[]> {
3131
'packageManager',
3232
'description',
3333
'author',
34+
'contributors',
3435
'license',
3536
'funding',
3637
'homepage',

0 commit comments

Comments
 (0)
Please sign in to comment.