title | sidebar_label | description |
---|---|---|
Biome |
Biome |
CodeRabbit's guide to Biome. |
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
<ProPlanNotice />
Biome is a linter for JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS.
Biome will run on files with the following extensions:
.js
.ts
.cjs
.mjs
.d.cts
.d.mts
.jsx
.tsx
.json
.jsonc
.css
Biome supports the following config files:
biome.jsonc
biome.json
CodeRabbit will use the default settings based on the profile selected if no config file is found.