8000 GitHub - matzkoh/prettier-plugin-packagejson: Prettier plugin for package.json
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matzkoh/prettier-plugin-packagejson

Repository files navigation

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'],
}
0