Parent
#580
What to build
Remove unused declarations and convert never-reassigned bindings to constants across independently testable component areas. Preserve public exports and the raw-source package contract while eliminating the current no-unused-vars and prefer-const debt.
Acceptance criteria
Blocked by
Parent
#580
What to build
Remove unused declarations and convert never-reassigned bindings to constants across independently testable component areas. Preserve public exports and the raw-source package contract while eliminating the current
no-unused-varsandprefer-constdebt.Acceptance criteria
constwhere behavior is unchangedno-unused-varsandprefer-constare promoted to errors when their debt reaches zeroBlocked by