brackt/app/services/simulations
Chris Parsons 2b9ffc0b62 Fix no-explicit-any warnings and upgrade tsconfig to ES2023
- Replace all `any` types with proper types or `unknown` across ~20 files
- Add typed socket payload interfaces in draft route and useDraftSocket
- Use any[] with eslint-disable for socket.io callbacks (legitimate escape hatch)
- Bump all tsconfigs from ES2022 → ES2023 to support toSorted/toReversed
- Fix cascading type errors uncovered by removing any: Map.get narrowing,
  participant relation types, ChartDataPoint, Partial<NewSeason> indexing
- Add ParticipantResultWithParticipant type to participant-result model
- Fix test fixtures to match updated interfaces (DraftCell, ParticipantResult)
- Fix duplicate getQPStandings import in sportsSeasonId.server.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 09:40:15 -07:00
..
__tests__ Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
auto-racing-simulator.ts Fix no-explicit-any warnings and upgrade tsconfig to ES2023 2026-03-21 09:40:15 -07:00
bracket-simulator.ts Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
golf-simulator.ts User/chris/ev f1 framework (#93) 2026-03-09 15:34:31 -07:00
nba-simulator.ts Add regular season standings for NBA/NHL (fixes #89) (#192) 2026-03-21 00:12:01 -07:00
ncaam-simulator.ts Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
ncaaw-simulator.ts Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
nhl-simulator.ts Add NHL playoff simulator and fix simulator dropdown (#166) 2026-03-18 01:23:53 -07:00
registry.ts Add NHL playoff simulator and fix simulator dropdown (#166) 2026-03-18 01:23:53 -07:00
types.ts User/chris/ev f1 framework (#93) 2026-03-09 15:34:31 -07:00
ucl-simulator.ts Fix no-explicit-any warnings and upgrade tsconfig to ES2023 2026-03-21 09:40:15 -07:00