rmi-frontend/docs
cryptorugmunch a9ffc4a22c docs(rmi-frontend): add LINT_TODO.md with 5 errors + 322 warnings triage
Documents the current lint state and a strategy for addressing the
remaining issues. 5 errors are all noInvalidUseBeforeDeclaration
that can be fixed by moving useEffect to after function declarations.
The 322 warnings break down into 69 noArrayIndexKey, 113 a11y issues,
18 noUnusedVariables (auto-fixable), 13 useExhaustiveDependencies
(needs useCallback), 30 noNonNullAssertion (manual review), and the
rest are smaller categories.

Tracking via docs/LINT_TODO.md so the runner issue work can proceed
without losing the triage.
2026-07-02 11:29:35 +02:00
..
BIOME_MIGRATION_NOTES.md chore: migrate from ESLint 9 to Biome 2.5.1 2026-07-01 23:12:04 +02:00
LINT_TODO.md docs(rmi-frontend): add LINT_TODO.md with 5 errors + 322 warnings triage 2026-07-02 11:29:35 +02:00