keithamus/sort-package-json
Auf GitHub ansehen[Feature Request] Keep the unknown fields their order
Open
#276 geöffnet am 14. Nov. 2022
enhancementhelp wanted
Repository-Metriken
- Stars
- (913 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
For example:
{
xxx: 1,
name: "abc"
}
When format it, I hope the unknown field xxx still is above the name.