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