# biome-config
ToadStack config for Biome
## Getting started
You can use the following biome.json configuration:
```json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@kibertoad/biome-config/configs/biome-package.json"]
}
```