brackt/app
Chris Parsons 13a36e6c41 Fix prefer-add-event-listener, no-unassigned-import, require-module-specifiers
Resolves all 9 remaining non-console lint warnings and promotes all
three rules to errors in .oxlintrc.json.

- prefer-add-event-listener: converted onchange/onclick/onload
  assignments to addEventListener in useDraftNotifications.ts and
  admin.data-sync.tsx; stored changeHandler ref for proper cleanup
  with removeEventListener
- no-unassigned-import: configured rule with allow list for legitimate
  side-effect imports (*.css, @testing-library/jest-dom,
  @testing-library/cypress/add-commands)
- require-module-specifiers: removed redundant `export {}` from
  cypress/support/e2e.ts (file already has an import)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 10:51:21 -07:00
..
components Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
contexts feat: implement middleware and context provider for Express integration 2025-10-11 20:56:00 -07:00
hooks Fix prefer-add-event-listener, no-unassigned-import, require-module-specifiers 2026-03-21 10:51:21 -07:00
lib Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
models Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
routes Fix prefer-add-event-listener, no-unassigned-import, require-module-specifiers 2026-03-21 10:51:21 -07:00
services Fix no-non-null-assertion lint violations and promote to error 2026-03-21 10:48:48 -07:00
test Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
types Display team owner names in standings views (#184) 2026-03-19 20:19:28 -07:00
utils Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
welcome Redesign to dark-mode-only with navy palette and accent colors (#13) 2026-02-20 19:26:11 -08:00
app.css Add NProgress navigation progress bar (#139) 2026-03-11 22:02:48 -07:00
entry.client.tsx Filter unnecessary sentry css and js errors. 2026-03-15 10:24:57 -07:00
entry.server.tsx Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
root.tsx Add NProgress navigation progress bar (#139) 2026-03-11 22:02:48 -07:00
routes.ts Add regular season standings for NBA/NHL (fixes #89) (#192) 2026-03-21 00:12:01 -07:00