-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Labels
enhancement: new plugin ruleNew rule request for eslint-pluginNew rule request for eslint-pluginpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-pluginwontfixThis will not be worked onThis will not be worked on
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
sindresorhus, johnolos, mohsen1, dashmug, southpolesteve and 103 more
Metadata
Metadata
Assignees
Labels
enhancement: new plugin ruleNew rule request for eslint-pluginNew rule request for eslint-pluginpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-pluginwontfixThis will not be worked onThis will not be worked on