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