Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianzone/biome-extends

Shared biome configs.
https://github.com/ianzone/biome-extends

Last synced: 20 days ago
JSON representation

Shared biome configs.

Awesome Lists containing this project

README

        

## Usage
```bash
npm i -D biome-extends
```

`biome.json`:
```json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["biome-extends/base"]
}
```