A (semi-)opinionated Prettier plugin that sort properties in package.json
according to .fixpackrc
.
npm install -g prettier prettier-plugin-fixpack
# or
yarn global add prettier prettier-plugin-fixpack
then:
prettier [--write] package.json
.fixpackrc
is a JSON file consisting of the rules that define how fixpack
organize your package.json
.
If .fixpackrc
is missing in both local (./.fixpackrc) and global (~/.fixpackrc), default config will be used to format the file.
See Contributing guide.
- Support fixpack config other than
sortToTop
- More tests