Skip to content

chore: clear all eslint no-unused-vars warnings#3

Merged
mackeh merged 1 commit into
mainfrom
claude/upbeat-brahmagupta-7gQHU
May 21, 2026
Merged

chore: clear all eslint no-unused-vars warnings#3
mackeh merged 1 commit into
mainfrom
claude/upbeat-brahmagupta-7gQHU

Conversation

@mackeh

@mackeh mackeh commented May 21, 2026

Copy link
Copy Markdown
Owner

Summary

Clears all 22 @typescript-eslint/no-unused-vars warnings that showed in main's CI lint step.

  • Removed unused imports (startOfDay, Activity, AlertCircle, Info, formatDistanceToNow, Check, prisma, subDays).
  • Dropped unused request params from API route handlers.
  • Converted unused catch (e) bindings to optional catch bindings.
  • Removed the dead, uncalled rateLimit.check mock export.

Verification

  • npm run lint reports 0 problems.
  • npm run build passes; tsc --noEmit clean.

https://claude.ai/code/session_01YFnkjNWLYpJR12r4HLGsvK


Generated by Claude Code

Clear all 22 no-unused-vars warnings: drop unused imports, unused route
handler request params, and unused catch bindings. Also removes the
dead, uncalled rateLimit.check mock export.

https://claude.ai/code/session_01YFnkjNWLYpJR12r4HLGsvK
@mackeh mackeh merged commit c94e946 into main May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants