Closed HommeSauvage closed 4 months ago
I would like to have syncpack format my package.json but not touch the scripts part. Reason is, we have lots of scripts and we have a specific order for those for readability.
Add sortScripts: boolean to the config
sortScripts: boolean
It's in sortAz
sortAz
Thanks @HommeSauvage 👍
Description
I would like to have syncpack format my package.json but not touch the scripts part. Reason is, we have lots of scripts and we have a specific order for those for readability.
Suggested Solution
Add
sortScripts: boolean
to the config