@repobuddy/biome
v1.7.1
Published
Your biome buddy
Downloads
708
Maintainers
Readme
@repobuddy/biome
Repository buddy for biome.
Install
npm install -D @repobuddy/biome
yarn add -D @repobuddy/biome
pnpm add -D @repobuddy/biome
Usage
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"],
// ...
}