Skip to content

alpheuscfg/biome

Repository files navigation

Biome Configuration

A shareable Biome configuration.

Installation

Install these packages as a dev dependencies in the project:

# 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:

{
    "extends": ["@apst/biome"]
}

License

This project is licensed under the terms of the MIT license.