0.0.3 • Published 1 year ago
@alex-grover/biome-config v0.0.3
@alex-grover/biome-config
A shareable Biome configuration.
Installation
To install in a Next.js project, including replacing the builtin PostCSS config:
bun install --dev --exact @biomejs/biome @alex-grover/biome-configUsage
Add the following entry to your biome.json:
{
"extends": ["@alex-grover/biome-config"]
}