prettier-plugin-packagejson

Prettier package.json plugin to make the order of properties nice.


Keywords
package.json, plugin, prettier
License
MIT
Install
npm install prettier-plugin-packagejson@2.4.13

Documentation

npm-badge downloads-badge actions-badge renovate-badge codecov-badge

prettier-plugin-packagejson

A Prettier plugin to sort the keys of a package.json file using sort-package-json.

Installation

npm i -D prettier prettier-plugin-packagejson

For prettier v3+ you need to configure

module.exports = {
  // add this
  plugins: ['prettier-plugin-packagejson'],
}