keithamus/sort-package-json
View on GitHub[Feature Request] Keep the unknown fields their order
Open
#276 opened on Nov 14, 2022
enhancementhelp wanted
Repository metrics
- Stars
- (913 stars)
- PR merge metrics
- (PR metrics pending)
Description
For example:
{
xxx: 1,
name: "abc"
}
When format it, I hope the unknown field xxx still is above the name.