Skip to content

0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 10:21
0.2.1
3f40125

Changes

Install

Install and setup dprint.

npm (recommended)

Add the npm package to your project's dprint configuration file:

{
  "sortPackageJson": {
    // sortPackageJson config goes here
  },
  "plugins": [
    "npm:dprint-plugin-sort-package-json@0.2.1"
  ]
}

GitHub

Alternatively, use the plugin from GitHub Releases:

{
  "sortPackageJson": {
    // sortPackageJson config goes here
  },
  "plugins": [
    "https://github.com/colinaaa/dprint-plugin-sort-package-json/releases/download/0.2.1/plugin.wasm"
  ]
}

JS Formatting API