# ABOUTME: Pre-commit hooks configuration for code quality enforcement. # ABOUTME: Runs biome linting and vitest tests before allowing commits. pre-commit: parallel: true commands: lint: run: pnpm biome check --staged --no-errors-on-unmatched test: run: pnpm test:run