Tags
#biome
Blog posts, snippets, and glossary entries related to "biome", gathered in one place.
Entries 4
- BlogTypeScript 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.
- SnippetsBiome npm-scripts Configuration
Common patterns for npm-scripts when setting up Biome. Run lint and format using the check command.
- BlogLefthook 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.
- BlogDisable 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.
hsb.horse