Documentation
Codebase

Formatting and Linting

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

AI Skill for formatting

Prompt: Type /formatting in your Copilot / Cursor or other chat to use skill with the provided context.
/formatting Update code style rules or explain the formatting setup.

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