Skip to content

v0.2.0

Choose a tag to compare

@colinaaa colinaaa released this 04 Sep 09:09
· 2 commits to main since this release
5cc3470

Changes

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array.
  2. Add a "sortPackageJson" configuration property if desired.
    {
      // ...etc...
      "sortPackageJson": {
        // sortPackageJson config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/colinaaa/dprint-plugin-sort-package-json/0.2.0/plugin.wasm"
      ]
    }

JS Formatting API