brackt/app/components/events
Claude 82f95f4078
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 3m59s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m24s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Fix oxlint errors across event view changes
- Use !== instead of != for null/undefined comparisons
- Replace non-null assertions with type-predicate filters
- Use Array#toSorted() instead of mutating sort()
- Replace manual thenable mock with a real Promise + attached orderBy
- Remove unused imports/variables (Badge, CardHeader, CardTitle, eliminated, advanced, ownershipMap)
- Hoist makeChampionsQpConfig to module scope since it captures no closure variables

https://claude.ai/code/session_01RYK7NCjcaah545979wupcM
2026-06-16 04:45:23 +00:00
..
Cs2MajorEventView.tsx Fix oxlint errors across event view changes 2026-06-16 04:45:23 +00:00