GoLiveKit
Codebase

Formatting and Linting

An overview of the project's formatting and linting tools and practices.

Biome

Formatting and linting are handled by Biome. The project configuration lives in biome.json.

VS Code settings

Editor integration is configured in .vscode/settings.json with format-on-save, Biome as the default formatter, and import organization.

Install the Biome VS Code extension: https://marketplace.visualstudio.com/items?itemName=biomejs.biome

On this page