github dprint/dprint-plugin-typescript 0.32.2

latest releases: 0.90.4, 0.90.3, 0.90.2...
3 years ago

Install

In .dprintrc.json:

  1. Specify the plugin url in the "plugins" array:
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/typescript-0.32.2.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
      }
    }

Don't miss a new dprint-plugin-typescript release

NewReleases is sending notifications on new releases.