Open Issues Need Help
View All on GitHub refactor(general): no-deprecated-declarations duplicates isExported utilities from common.ts 1 day ago
AI Summary: This issue identifies duplicated helper functions (`isExported` and `isExportedVariable`) within the `no-deprecated-declarations.ts` rule. These functions are already present and exported from `src/rules/utils/common.ts`. The proposed solution is to remove the local definitions and import the shared utilities, thereby reducing code duplication and adhering to project best practices.
Complexity:
1/5
enhancement good first issue priority-low ready