keithamus/sort-package-json

[Feature Request] Keep the unknown fields their order

Open

#276 geöffnet am 14. Nov. 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (101 Forks)github user discovery
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.

Contributor Guide