A Prettier plugin to sort the keys of a package.json
file using sort-package-json.
npm i -D prettier prettier-plugin-packagejson
For prettier v3+ you need to configure
module.exports = {
// add this
plugins: ['prettier-plugin-packagejson'],
}
Prettier package.json plugin to make the order of properties nice.
Homepage Repository npm JavaScript Download
npm install prettier-plugin-packagejson@2.5.4
A Prettier plugin to sort the keys of a package.json
file using sort-package-json.
npm i -D prettier prettier-plugin-packagejson
For prettier v3+ you need to configure
module.exports = {
// add this
plugins: ['prettier-plugin-packagejson'],
}