This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.css
file extensions are matched in an"includes"
pattern. - Add a
"css"
configuration property if desired.
{
// ...etc...
"css": {
// css config goes here
},
"includes": [
"**/*.{css}"
],
"plugins": [
"https://github.com/disrupted/dprint-plugin-css/raw/0.2.3/deployment/npm/plugin.wasm"
]
}
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package