Biome config used by the CTO of Everything.
Make sure you have Biome installed.
npm i -D @cto_of_everything/biome-config
Other package managers
pnpm add -D @cto_of_everything/biome-config
yarn add -D @cto_of_everything/biome-config
bun add -D @cto_of_everything/biome-config
Add the following to your biome.json(c)
:
{
"extends": ["@cto_of_everything/biome-config"]
}