Releases: dprint/dprint-plugin-prettier
0.13.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.12.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.11.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.10.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.9.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.8.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.7.2
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.7.1
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.7.0
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
0.6.2
Install
In dprint configuration file:
-
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" ] }
-
Ensure the file extensions supported by prettier are matched in an
"includes"
pattern. -
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }