v0.2.2
Replace Biome with the shared @cyberash-dev/dev-tooling ESLint + Prettier config as the single lint/format toolchain.
- Prettier (tabs) owns formatting; shared ESLint base enforces the comment policy and structural/type caps (no
any, no non-null!, no narrowingascasts, 80 lines/fn, 7 params, 10 members/class). - Type-aware lint via split tsconfig (
tsconfig.jsonlints src+tests,tsconfig.build.jsonbuilds src). - Whole tree reformatted to tabs; all surfaced violations fixed with no rule overrides.
- No behavior change: full test suite green and
build --checkdeterministic.