A shareable Biome configuration.
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/biomeImplement the configuration into biome.json/biome.jsonc:
{
"extends": ["@apst/biome"]
}This project is licensed under the terms of the MIT license.