@devjskit/biome-config
Version:
BiomeJS configuration
21 lines (15 loc) • 312 B
Markdown
# `/biome-config`
## Usage
**Install**:
```bash
yarn add --dev /biome /biome-config
```
**Edit `package.json`**:
```jsonc
// <project-root>/biome.json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": "@devjskit/biome-config",
// ...
}
```