UNPKG

@apst/biome

Version:

A shareable Biome configuration

36 lines (23 loc) 521 B
# 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.