Guides
Enforced by Biome with pre-commit hooks (simple-git-hooks + lint-staged).
- Formatter: 2-space indent, 100-char line width, double quotes, semicolons, trailing commas
- Linter:
noUnusedImports/noUnusedVariableserror;useImportTypeerror;noExplicitAny/noNonNullAssertionwarn - TypeScript: Full strict (
noUncheckedIndexedAccess,exactOptionalPropertyTypes,noImplicitOverride) - Imports:
import typefor type-only imports (Biome enforced)