0.6.2
Changes
- fix: strip utf-8 bom (#17)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.6.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package