@rrlab/biome-config
v0.0.2
Published
Shared Biome preset used by @rrlab/biome-plugin.
Readme
@rrlab/biome-config
Shared Biome preset for projects using @rrlab/biome-plugin.
Install
If you use @rrlab/cli:
rr plugins add biomeScaffolds a biome.json extending this config (with your confirmation).
If you don't, install manually:
pnpm add -D @rrlab/biome-config @biomejs/biome…and create a biome.json:
{
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
"extends": ["@rrlab/biome-config"]
}Override
Local keys in your biome.json win over the preset. Add linter.rules, formatter, files.includes, etc. to taste. If you want to chain another shared config on top, append it to the extends array — entries later in the array override earlier ones, so the user's preferences and local overrides win over our base.
Peer dependencies
@biomejs/biome >= 2.0.0— the$schemaURL is tied to a biome major and the rule set evolves between majors.
