Skip to content

Conversation

yoichiro
Copy link
Collaborator

@yoichiro yoichiro commented Jul 1, 2025

$(cat <<'EOF'

Summary

  • Remove unused imports from workbench.action.ts (IUserInformation, errorResultOf, IEmptyResult, successResult, IStorage)
  • Remove unused import from RemainingBuildPurchaseHistoryDialog.container.tsx (clear from console)
  • Fixes all ESLint unused variable warnings found during yarn lint

Test plan

  • Run yarn lint - no more unused import warnings
  • Run yarn format - code properly formatted
  • Run yarn type-check - no type errors

🤖 Generated with Claude Code
EOF
)

- Remove unused IUserInformation, errorResultOf, IEmptyResult, successResult from workbench.action.ts
- Remove unused IStorage import from workbench.action.ts
- Remove unused clear import from RemainingBuildPurchaseHistoryDialog.container.tsx

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@yoichiro yoichiro merged commit 009e9b2 into main Jul 1, 2025
1 check passed
@yoichiro yoichiro deleted the fix-eslint-unused-imports branch July 1, 2025 23:50
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