https://github.com/alpheuscfg/biome
A shareable Biome configuration
https://github.com/alpheuscfg/biome
biome biomejs config javascript shareable typescript
Last synced: about 1 month ago
JSON representation
A shareable Biome configuration
- Host: GitHub
- URL: https://github.com/alpheuscfg/biome
- Owner: alpheuscfg
- License: mit
- Created: 2026-03-18T11:02:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T21:34:16.000Z (about 2 months ago)
- Last Synced: 2026-06-03T23:13:13.952Z (about 2 months ago)
- Topics: biome, biomejs, config, javascript, shareable, typescript
- Language: JSON
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Biome Configuration
A shareable Biome configuration.
## Installation
Install these packages as a dev dependencies in the project:
```sh
# npm
npm i -D @biomejs/biome @apst/biome
# Yarn
yarn add -D @biomejs/biome @apst/biome
# pnpm
pnpm add -D @biomejs/biome @apst/biome
# Bun
bun add -D @biomejs/biome @apst/biome
```
## Usage
Implement the configuration into `biome.json`/`biome.jsonc`:
```json
{
"extends": ["@apst/biome"]
}
```
## License
This project is licensed under the terms of the MIT license.