Skip to content

v0.2.2

Choose a tag to compare

@cyberash-dev cyberash-dev released this 31 May 10:40
· 106 commits to main since this release

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 narrowing as casts, 80 lines/fn, 7 params, 10 members/class).
  • Type-aware lint via split tsconfig (tsconfig.json lints src+tests, tsconfig.build.json builds src).
  • Whole tree reformatted to tabs; all surfaced violations fixed with no rule overrides.
  • No behavior change: full test suite green and build --check deterministic.