This is a common repository for our biome configuration.
Install the package at the top level of the project.
pnpm add -D angellist/biome-configAdd a biome.json file to the root of the project and configure it to extend the shared one:
{
"extends": ["@angellist/biome-config"]
}