Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ianzone/biome-extends
- Owner: ianzone
- Created: 2024-12-01T16:39:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:24:37.000Z (about 1 month ago)
- Last Synced: 2024-12-01T17:44:13.004Z (about 1 month ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
}
```