Skip to content

0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 04:04
· 30 commits to main since this release

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array.
  2. Ensure .json file extensions are matched in an "includes" pattern.
  3. Add a "json" configuration property if desired.
    {
      // ...etc...
      "json": {
        // json config goes here
      },
      "includes": [
        "**/*.{json}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/json-0.16.0.wasm"
      ]
    }

JS Formatting API