Biome Plugin
Adapter plugin that formats JavaScript, TypeScript, and JSON files via Biome.
Install and Setup
In your project's directory with a dprint.json file, run:
dprint config add biome
This will update your config file to have an entry for the plugin. Then optionally specify a "biome"
property to add configuration:
{
"biome": {
// biome's config goes here
},
"plugins": [
"https://plugins.dprint.dev/biome-x.x.x.wasm"
]
}
Configuration
See Configuration
Playground
See Playground