dprint / dprint-plugin-biome

Adapter plugin to use Biome in dprint's CLI and with JavaScript via Wasm
Other
8 stars 4 forks source link

Doesn't support "overrides" configuration #9

Open nevir opened 8 months ago

nevir commented 8 months ago

A very useful feature of Biome is its ability to override configuration for certain paths via the overrides config entry.

For example, this allows us to do things like making biome aware that .vscode/**.json files can have comments + hanging commas; while not changing that configuration for other JSON files.