Immutable
release. Only release title and notes can be modified.
Prettier 3.8.3
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.71.0.json@a2fb7c6369717c218d1c106764d9d2c8df3d193aa3c16afb5db10751674eeb81" ] }