@yuu1111/biome-config
v1.0.3
Published
Shared Biome configuration
Readme
@yuu1111/biome-config
Shared Biome configuration.
Install
bun add -D @yuu1111/biome-configUsage
Base
{
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
"extends": ["@yuu1111/biome-config/biome"]
}React
CSS/Tailwind support included.
{
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
"extends": ["@yuu1111/biome-config/react"]
}