brackt/app/components/standings
Chris Parsons 4de6cb23a0 Fix no-shadow and consistent-function-scoping lint violations
Resolves all 11 no-shadow and 16 consistent-function-scoping oxlint
warnings and promotes both rules to errors in .oxlintrc.json.

no-shadow: renamed Drizzle callback params (sports→s, matches→m,
seasons→s) to avoid shadowing outer imports; removed shadowed
destructures (eq, inArray) from where callbacks; renamed inner
template→bracketTemplate, prev→currentTimers, season→ss, name→teamName
(with name: teamName fix to preserve semantics).

consistent-function-scoping: moved formatDate, getRankBadge,
getMovementIndicator, getPositionBadge, getStatusBadge, toDateStr,
elo (×2), weightedPick, sortByMatchNumber (×2) to module scope;
moved formatTime (×2), isValidLeagueName, getDraftTimes,
makeSeasonQueues to file scope in test files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 10:14:54 -07:00
..
__tests__ Fix bracket point averaging and partial-score display in standings/breakdown (#159) 2026-03-17 14:00:32 -07:00
PointProgressionChart.tsx Fix no-shadow and consistent-function-scoping lint violations 2026-03-21 10:14:54 -07:00
StandingsTable.tsx Display team owner names in standings views (#184) 2026-03-19 20:19:28 -07:00
TeamScoreBreakdown.tsx Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00