@tenedev/biome-config
v0.0.0
Published
Shared Biome configs
Maintainers
Readme
@tenedev/biome-config
Installation
npm install -D @biomejs/biome @tenedev/biome-configUsage
Create a biome.json file in your project:
{ "extends": ["@tenedev/biome-config"] }That's it 🎉
Available Presets
@tenedev/biome-config
Main default configuration.
{
"extends": ["@tenedev/biome-config"]
}@tenedev/biome-config/off-fmt
Disables the formatter and keeps linting enabled.
{
"extends": ["@tenedev/biome-config/off-fmt"]
}