Skip to content

Releases: dprint/dprint-plugin-prettier

0.23.0

24 Mar 07:21
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.23.0.json@b5733385b8a5d7ef0121d5031d21d3e0d60e2405a13ffa93278a404e10209a4f"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.22.0

22 Mar 07:21
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.22.0.json@4d44bdb55b49cf21970ff8c93c14c67806e93ce240190292fcc8e04dbf1ef5f6"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.21.0

20 Mar 07:25
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.21.0.json@36b7f318764bb2b0768cab4f6e79326c1539deeb1daa9069d610a002668a0304"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.20.0

08 Feb 07:23
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.20.0.json@a858510ad0110784e7583b02c38d6ee6bfd448c8087ba2303312ca3cd5899561"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.19.0

16 Jan 07:18
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.19.0.json@f2ca8ddf0a5d7eca344681f54a9280250727324d09475f201fa2584faa2300c5"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.18.0

09 Jan 07:23
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.18.0.json@d2284e34296b93f201f6748afe606edd1cc28d4d28f6a7a75d2d77f7c0e058fd"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.17.0

12 Dec 07:19
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.17.0.json@5e42cbabab9906ad32ffe1aa67f15824b1c39408840f0afeaddc495dd362e177"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.16.0

09 Dec 07:29
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.16.0.json@3d2527c55acb9b9ba1046649760cd9e9561efbfae645d4ef6bcb8766e6848ce3"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.15.0

23 Nov 07:20
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.15.0.json@ff80be22d9d596d17a1ca0767e2cbdddd518cf7d23773045ab90d12dfc63f5d5"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }

0.14.0

21 Nov 07:31
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        // ...add other dprint plugins here that you want to take precedence over prettier...
        "https://plugins.dprint.dev/prettier-0.14.0.json@9f08601031fed5bc64c4c5d17013871b9c8729c3ba58fd613ea0162c7ab614a9"
      ]
    }
  2. Ensure the file extensions supported by prettier are matched in an "includes" pattern.

  3. Add a "prettier" configuration property if desired.

    {
      // ...etc...
      "prettier": {
        "trailingComma": "all",
        "singleQuote": true,
        "proseWrap": "always"
      }
    }