keithamus/sort-package-json
在 GitHub 查看[Feature Request] Keep the unknown fields their order
Open
#276 创建于 2022年11月14日
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.