Skip to content

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

biomejs/biome

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fab2f4 · Nov 14, 2023
Nov 2, 2023
Aug 9, 2023
Nov 11, 2023
Sep 10, 2023
Aug 19, 2023
Nov 14, 2023
Nov 14, 2023
Sep 12, 2023
Nov 14, 2023
Sep 12, 2023
Oct 19, 2023
Nov 14, 2023
Nov 13, 2023
May 21, 2023
Jul 9, 2023
Jan 16, 2022
Sep 12, 2023
Sep 12, 2023
Feb 26, 2022
Nov 13, 2023
Aug 22, 2023
Nov 12, 2023
Nov 13, 2023
Nov 2, 2023
May 21, 2023
Sep 21, 2023
Aug 19, 2023
Aug 22, 2023
Aug 19, 2023
Aug 19, 2023
Sep 30, 2023
Jun 22, 2023
Nov 5, 2023
Aug 11, 2023
Nov 5, 2023
Sep 30, 2023
Oct 10, 2023
May 11, 2022
Sep 1, 2023

Repository files navigation

Biome - Toolchain of the web

Discord chat CI on main npm version VSCode version Open VSX version

Biome is a toolchain for web projects, it aims to provide developer tools to maintain the health of said projects.

Installation

npm install --save-dev --save-exact @biomejs/biome

Usage

# format files
npx @biomejs/biome format --write ./src

# lint files
npx @biomejs/biome lint ./src

# run format, lint, etc. and apply the safe suggestions
npx @biomejs/biome check --apply ./src

# check all files against format, lint, etc. in CI environments
npx @biomejs/biome ci ./src

If you want to give Biome a run without installing it, use the online playground, compiled to WebAssembly.

Documentation

Check out our homepage to learn more about Biome, or directly head to the Getting Started guide to start using Biome.

About Biome

Biome formats and lints your code in a fraction of a second.

Biome doesn't require Node.js to function.

Biome has first-class LSP support, with a sophisticated parser that represents the source text in full fidelity and top-notch error recovery.

Biome supports JavaScript, TypeScript, JSON, and more. It aims to support all main languages of modern web development.

Biome has sane defaults and it doesn't require configuration.

Biome helps you as much as possible by displaying detailed and contextualized diagnostics. Read more about our project philosophy.

Biome unifies functionality that has previously been separate tools. Building upon a shared base allows us to provide a cohesive experience for processing code, displaying errors, parallelize work, caching, and configuration.

Biome is MIT licensed and moderated under the Contributor Covenant Code of Conduct.