Skip to content

0.90.5

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 23:38
· 5 commits to main since this release

Changes

  • fix: else was moved to wrong if sometimes when formatting minified code (#633)

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 typescript).
  2. Add a "typescript" configuration property if desired.
    {
      // ...etc...
      "typescript": {
        // TypeScript & JavaScript config goes here
      },
      "excludes": [
        "**/node_modules"
      ],
      "plugins": [
        "https://plugins.dprint.dev/typescript-0.90.5.wasm"
      ]
    }

JS Formatting API