@arxhub/toolchain-biome
v0.2.0
Published
This package provides a Biome configuration for Arxhub projects.
Downloads
24
Readme
@arxhub/toolchain-biome
This package provides a Biome configuration for Arxhub projects.
Usage
Install this package as a dev dependency:
pnpm add -D @arxhub/toolchain-biomeThen, configure Biome to use this configuration by extending it in your project's biome.json file:
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"extends": "@arxhub/toolchain-biome"
}See the Biome documentation for more information on configuring Biome.
