0.0.3 • Published 9 months 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-config
Usage
Add the following entry to your biome.json
:
{
"extends": ["@alex-grover/biome-config"]
}