prettier-plugin-pkgsort
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

prettier-plugin-pkgsort

NPM version

Use prettier-package-json to sort your package.json.

💎 Features

  • Consistent key order
  • Sensibly sorted scripts
  • Expand/contract author, contributors, and maintainers
  • Filter and sort files field
  • Powered by prettier-package-json

📦 Installation

$ npm install prettier-plugin-pkgsort -D
$ yarn add prettier-plugin-pkgsort -D
$ pnpm add prettier-plugin-pkgsort -D

🚀 Usage

// .prettierrc.js
module.exports = {
	plugins: [
		// Add this plugin to your prettier config
		"prettier-plugin-pkgsort",
	],
};

🎶 Options

// .prettierrc.js
module.exports = {
	pkgsortExpandUsers: true, // Expand users in author, contributors, and maintainers
	pkgsortKeyOrder: [
		"name",
		"description",
		// ...
	], // Order of keys
};

📝 License

MIT. Made with ❤️ by Ray

Package Sidebar

Install

npm i prettier-plugin-pkgsort

Weekly Downloads

531

Version

0.2.1

License

MIT

Unpacked Size

8.65 kB

Total Files

6

Last publish

Collaborators

  • so1ve