Closed as not planned
Description
I want to detect unused exports because they usually indicate bugs, or leftover code from refactoring.
This could be implemented as part of no-unused-vars
or as a separate rule.
FWIW, there are some packages that already do this, including ts-prune
and ts-unused-exports
.
Related: #278