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