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

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

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.