@cto_of_everything/biome-config
v1.0.0
Published
Biome config used by the CTO of Everything.
Downloads
272
Readme
@cto_of_everything/biome-config
Biome config used by the CTO of Everything.
Installation
Make sure you have Biome installed.
npm
npm i -D @cto_of_everything/biome-config
pnpm
pnpm add -D @cto_of_everything/biome-config
Yarn
yarn add -D @cto_of_everything/biome-config
bun
bun add -D @cto_of_everything/biome-config
Usage
Add the following to your biome.json(c)
:
{
"extends": ["@cto_of_everything/biome-config"]
}