Skip to content

0.21.1

Choose a tag to compare

@github-actions github-actions released this 31 Dec 19:49
· 4 commits to main since this release

Changes

  • fix: update to jsonc-parser 0.28 (#44)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array (can be done via dprint config add json).
  2. Add a "json" configuration property if desired.
    {
      // ...etc...
      "json": {
        // json config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/json-0.21.1.wasm"
      ]
    }

JS Formatting API