@bekaert-dev/biome-config
v0.1.1
Published
Shared Biome configuration preset for Bekaert.dev projects.
Downloads
668
Readme
@bekaert-dev/biome-config
Shared Biome configuration preset for Bekaert.dev projects.
Install
pnpm add -D @bekaert-dev/biome-config @biomejs/biomeUsage
In your biome.json:
{
"extends": ["@bekaert-dev/biome-config"]
}Notes
- This package exports
./config.jsonviapackage.jsonexports, which Biome can resolve fromnode_moduleswhen referenced inextends. - Keep the package updated to pick up shared defaults.
Biome Version Compatibility
- Intended for Biome
2.x. - Tested with
@biomejs/[email protected](matches the schema version inbiome.json). - If you use a different Biome version, ensure it supports the same schema.
