Skip to content

0.32.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 01:20

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

  1. Specify the plugin url in the "plugins" array:
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/typescript-0.32.1.wasm"
      ]
    }
  2. Ensure .{ts,tsx,js,jsx,mjs} file extensions are matched in an "includes" pattern.
  3. Add a "typescript" configuration property if desired.
    {
      // ...etc...
      "typescript": {
        // TypeScript & JavaScript config goes here
      }
    }