0.19.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"json"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
Then in your project's dprint configuration file:
"plugins" array."json" configuration property if desired.
{ // ...etc... "json": { // json config goes here }, "plugins": [ "https://plugins.dprint.dev/json-0.19.1.wasm" ] }