synopkg
Version:
Consistent dependency versions in large JavaScript Monorepos
20 lines (13 loc) • 346 B
text/mdx
title: sortFirst
When using the `format` command, determines which fields within package.json files should appear at the top, and in what order.
## Default Value
```json title=".synopkgrc.json"
{
"sortFirst": ["name", "description", "version", "author"]
}
```
:::note
There is no equivalent CLI Option for this configuration.
:::