1. prettier-plugin-packagejson
Prettier package.json plugin to make the order of properties nice.
prettier-plugin-packagejson
Package: prettier-plugin-packagejson
Created by: matzkoh
Last modified: Thu, 11 Apr 2024 13:34:58 GMT
Version: 2.5.0
License: MIT
Downloads: 2,492,935
Repository: https://github.com/matzkoh/prettier-plugin-packagejson

Install

npm install prettier-plugin-packagejson
yarn add prettier-plugin-packagejson

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code