brackt/app/routes/leagues
Chris Parsons bf0ddaa8aa Add oxlint and fix all lint errors
- Install oxlint, add .oxlintrc.json with rules for TypeScript/React
- Add npm run lint / lint:fix scripts
- Add Claude PostToolUse hook to run oxlint on every edited file
- Fix 101 errors: unused vars/imports, eqeqeq, prefer-const, no-new-array
- Fix no-array-index-key (use stable keys or suppress positional cases)
- Fix exhaustive-deps missing dependency in useEffect
- Promote exhaustive-deps and no-array-index-key to errors
- Fix Map.get() !== null bug in $leagueId.server.ts (should be !== undefined)

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
$leagueId.draft-board.$seasonId.tsx feat: add meta title to all route pages (#109) 2026-03-10 12:10:52 -07:00
$leagueId.draft.$seasonId.tsx Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
$leagueId.server.ts Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
$leagueId.settings.tsx Add standard draft clock mode (#67) (#189) 2026-03-20 21:36:39 -07:00
$leagueId.sports-seasons.$sportsSeasonId.server.ts Add regular season standings for NBA/NHL (fixes #89) (#192) 2026-03-21 00:12:01 -07:00
$leagueId.sports-seasons.$sportsSeasonId.tsx Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
$leagueId.standings.$seasonId.teams.$teamId.tsx Simplify team breakdown page layout and fix code quality issues (#155) 2026-03-17 09:20:41 -07:00
$leagueId.standings.$seasonId.tsx Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
$leagueId.tsx Add oxlint and fix all lint errors 2026-03-21 09:40:15 -07:00
new.tsx Add standard draft clock mode (#67) (#189) 2026-03-20 21:36:39 -07:00