0.60.0
Prettier 3.7.3
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: -
Add a
"prettier"configuration property if desired.{ // ...etc... "prettier": { "trailingComma": "all", "singleQuote": true, "proseWrap": "always" } }
{ // etc... "plugins": [ // ...add other dprint plugins here that you want to take precedence over prettier... "https://plugins.dprint.dev/prettier-0.60.0.json@9cada9c52f1c93673aceed359e2c1fa7f007ac2541b4d2bbd60cca036fc06e79" ] }