Files
Biome will run on files with the following extensions:.js.mjs.cjs.jsx.ts.mts.cts.tsx.vue.astro.svelte.json.jsonc.css
Configuration
Biome supports the following config files:biome.jsoncbiome.json
When we skip Biome
CodeRabbit will skip running Biome when:- Biome is already running in GitHub workflows.
- The config file schema version is greater than the Biome version used by CodeRabbit.
Notes
- Files in
node_modules/directories are automatically excluded. We do not run biome against submodule files. - Biome configuration is validated against the schema version; if the config uses a newer schema version than the installed Biome version, the tool will be skipped.