@repobuddy/biome
v2.2.0
Published
Your biome buddy
Maintainers
Readme
@repobuddy/biome
Repository buddy for biome.
Install
npm install -D @repobuddy/biome
yarn add -D @repobuddy/biome
pnpm add -D @repobuddy/biomeUsage
Using @repobuddy/biome provided recommended config:
// biome.json
{
"extends": ["@repobuddy/biome"],
// ...
}The recommended config is customized for people or teams that are proficient.
i.e., you know what you are doing. The tools try to help but get out of your way.
performant.json
If performance is a top priority for your project, some typical linting rules will hold you back.
This performant will have those rules disabled for you.
// biome.json
{
"extends": ["@repobuddy/biome/performant"],
// ...
}