Fix 73 ESLint no-unused-vars warnings #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
73 ESLint warnings remain (all no-unused-vars). These indicate dead code or missing usage.
Solution
Audit each warning: remove truly unused vars, prefix intentionally unused params with _.
Acceptance criteria
Fixed: reduced ESLint warnings from 71 to 0.
Changes across 10 submodules: