0.34.0
Install
Dependencies:
- Install dprint's CLI >= 0.40.0
In a dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array or rundprint config add prettier
:{ // etc... "plugins": [ // ...add other dprint plugins here that you want to take precedence over prettier... "https://plugins.dprint.dev/prettier-0.34.0.json@637611b35f5815edf865bd677927159fae0a3f00db5142c840b4ff430a787286" ] }
-
Add a
"prettier"
configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }