prettier-plugin-fixpack

Prettier plugin to sort out package.json (configurable)

Usage no npm install needed!

<script type="module">
  import prettierPluginFixpack from 'https://cdn.skypack.dev/prettier-plugin-fixpack';
</script>

README

prettier-plugin-fixpack

npm npm: total downloads Actions Status: test

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.