Skip to content

Releases: dprint/dprint-plugin-prettier

0.13.0

12 Oct 07:38
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.13.0.json@dc5d12b7c1bf1a4683eff317c2c87350e75a5a3dfcc127f3d5628931bfb534b1"
      ]
    }
  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.12.0

28 Sep 07:43
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.12.0.json@f8c34316196cf4d0fb2f51b19073331258e15e71a934ee04a7b3328db684c98f"
      ]
    }
  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.11.0

28 Aug 01:00
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.11.0.json@385edfc0e1212b3be6412cda49322ecd62cb38ac71b9b463869bebf23a4767e3"
      ]
    }
  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.10.0

02 Jul 00:41
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.10.0.json@ca9a97de84cbb2cd60534eb72c0455f3ca8704743917569ace70499136cf5c9c"
      ]
    }
  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.9.0

12 May 22:36
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.9.0.json@76c20538ea4231b3daa9b62059f90ec144200cab5477b7e95b730cbb3ed48957"
      ]
    }
  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.8.0

12 May 00:06
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.8.0.json@7229a9f8c7c07a0f2865f665728160c1a50f56d7a447117884fbd5fb803df90a"
      ]
    }
  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.7.2

06 May 20: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.7.2.json@04c4c97ec64f171a18e24336fc5d2cdd6401a762836a1631b832abbe0dd6ec82"
      ]
    }
  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.7.1

06 May 18:44
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.7.1.json@f2bc73a24eca6cca9dfd109654f1a1b395c848880588a24d40c0db05ba280e3b"
      ]
    }
  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.7.0

24 Apr 00:35
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.7.0.json@4e846f43b32981258cef5095b3d732522947592e090ef52333801f9d6e8adb33"
      ]
    }
  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.6.2

16 Apr 17:47
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.6.2.exe-plugin@36dd4f8b9710ab323c471017ecd00a20cf1dca2728c12242c7dabb8dfacad0e2"
      ]
    }
  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"
      }
    }