prettier-plugin-fixpack
v0.1.0
Published
Prettier plugin to sort out package.json (configurable)
Downloads
6
Maintainers
Readme
prettier-plugin-fixpack
A (semi-)opinionated Prettier plugin that sort properties in package.json
according to .fixpackrc
.
Use
npm install --save-dev prettier prettier-plugin-fixpack
# or
yarn add -D prettier prettier-plugin-fixpack
then:
prettier [--write] package.json
Configuration
.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.
{
"sortToTop": ["name", "description", "version"]
}
Contributing
See Contributing guide.