Skip to content

Code quality

Run the checks from the repository root after each focused change.

  • Formatting

    Format source and apply Biome's safe fixes. - Linting

    Find common correctness and style problems. - Testing

    Run Vitest unit tests, Supertest API tests, and Playwright browser workflows.

References