github dprint/dprint-plugin-typescript 0.95.0

latest releases: 0.95.11, 0.95.10, 0.95.9...
4 months ago

Changes

  • feat: support formatting of languages embedded in tagged template literals (Rust API Only) (#701)
  • fix: upgrade to swc_parser 11.1.3 (#706)

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.95.0.wasm"
      ]
    }

JS Formatting API

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

NewReleases is sending notifications on new releases.