All Tools
B
Dev ToolsFreeOpen Source
BIOME
Fast Rust formatter and linter for JavaScript and TypeScript
Apache-2.0
ABOUT
Front-end teams often run Prettier, ESLint, and several plugins with overlapping configs that slow CI. Biome ships formatter and linter in one Rust binary with CLI and LSP support so JavaScript and TypeScript repos can lint and format without a multi-tool toolchain.
INSTALL
npm install --save-dev --save-exact @biomejs/biomeINTEGRATION GUIDE
1. Format and lint JavaScript and TypeScript in a single CI step
2. Replace Prettier plus ESLint with one dependency in a Next.js or Vite app
3. Use the Biome LSP for editor diagnostics without a Node plugin stack
4. Enforce consistent style across monorepos with one config file
TAGS
javascripttypescriptlinterformatterrustlspcode-qualityopen-source