keithamus / sort-package-json

Sort an Object or package.json based on the well-known package.json keys
MIT License
790 stars 83 forks source link

[Feature Request] Keep the unknown fields their order #276

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago

For example:

{
    xxx: 1,
    name: "abc"
}

When format it, I hope the unknown field xxx still is above the name.

keithamus commented 1 year ago

PRs welcome!