Skip to content

fix(lint): rename unused catch vars to satisfy no-unused-vars#537

Open
suculent wants to merge 4 commits into
mainfrom
fix/lint-unused-catch-vars
Open

fix(lint): rename unused catch vars to satisfy no-unused-vars#537
suculent wants to merge 4 commits into
mainfrom
fix/lint-unused-catch-vars

Conversation

@suculent
Copy link
Copy Markdown
Owner

@suculent suculent commented May 19, 2026

Summary

  • Renamed catch (e) to catch (_e) at lines 167 and 377 in lib/thinx/statistics.js
  • Satisfies ESLint no-unused-vars rule which requires unused caught errors to match /^_/u
  • No logic changes

Test plan

  • npm run lint passes with 0 errors

🤖 Generated with Claude Code


Automated by nightshift

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.

1 participant