keithamus/sort-package-json

[Feature Request] Keep the unknown fields their order

Open

#276 创建于 2022年11月14日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (101 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (913 star)
PR 合并指标
 (PR 指标待抓取)

描述

For example:

{
    xxx: 1,
    name: "abc"
}

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

贡献者指南