Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 739 Bytes

biome.md

File metadata and controls

42 lines (30 loc) · 739 Bytes
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.

Files

Biome will run on files with the following extensions:

  • .js
  • .ts
  • .cjs
  • .mjs
  • .d.cts
  • .d.mts
  • .jsx
  • .tsx
  • .json
  • .jsonc
  • .css

Configuration

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.

Links