Immutable
release. Only release title and notes can be modified.
Prettier 3.8.4
Install
Dependencies:
- Install dprint's CLI >= 0.40.0
- Create a config file via
dprint init
Then:
-
Run
dprint add prettier, which will update the config file like so: -
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.72.0.json@6e7af2cb2182a5a11358d3adde9ae0ef3b94b7d2e5dcfdd252e3f7c3916541fe" ] }