@exile-watch/biome-config
Shared Biome configuration for exile.watch projects
Last updated
Shared Biome configuration for exile.watch projects
Last updated
npm i -D @exile-watch/biome-config// {root}/package.json
{
// ...
"scripts": {
// ...
"lint": "npx @biomejs/biome check .",
"lint:apply": "npx @biomejs/biome check --apply .",
"format": "npx @biomejs/biome format --write ."
}
}// {root}/biome.json
{
"extends": ["@exile-watch/biome-config"]
}