logo hsb.horse
← Back to tag index

Tags

#biome

Blog posts, snippets, and glossary entries related to "biome", gathered in one place.

Entries 4
  1. Blog
    TypeScript Monorepo Best Practices for 2026

    A practical TypeScript monorepo guide for 2026. Compare pnpm + Turborepo vs pnpm + Biome, when to use Project References, and when each setup makes sense.

  2. Snippets
    Biome npm-scripts Configuration

    Common patterns for npm-scripts when setting up Biome. Run lint and format using the check command.

  3. Blog
    Lefthook Setup Procedure: Run Biome Automatically in pre-commit and pre-push

    A practical Lefthook setup procedure to run Biome formatting and linting automatically at commit and push time. Covers the full flow from ADR documentation to configuration, installation, and verification.

  4. Blog
    Disable Biome Unused Variable Warnings in Astro/Vue/Svelte Files

    How to disable Biome warnings for unused imports and variables in Astro, Vue, and Svelte files by using overrides.