claude/fix-lint-errors-n48594 #111

Merged
chrisp merged 3 commits from claude/fix-lint-errors-n48594 into main 2026-06-26 07:26:56 +00:00

3 commits

Author SHA1 Message Date
Claude
7d34ce8f10
Fix TS2709: use typeof SimulationsRegistry as type argument
All checks were successful
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m19s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
🚀 Deploy / 🧪 Test (pull_request) Successful in 3m3s
Namespace imports must be referenced with typeof when used as a type parameter.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PPrEA7jt8Y47Cewq22gMyv
2026-06-26 07:20:58 +00:00
Claude
8b480df98c
Use Array#toSorted() instead of Array#sort() in cs2-major-stage test
Some checks failed
🚀 Deploy / 🧪 Test (pull_request) Successful in 3m13s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Failing after 1m16s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PPrEA7jt8Y47Cewq22gMyv
2026-06-26 05:25:48 +00:00
Claude
6156b8e36f
Fix oxlint errors in simulator and test files
- Replace non-null assertions with optional chaining + nullish coalescing in input-policy.test.ts
- Remove useless empty fallback in spread in simulator.ts
- Replace inline import() type annotation with top-level import type in runner.test.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PPrEA7jt8Y47Cewq22gMyv
2026-06-26 05:24:08 +00:00