Open Issues Need Help
View All on GitHub refactor(general): no-deprecated-declarations duplicates isExported utilities from common.ts 8 days ago
AI Summary: The `no-deprecated-declarations.ts` file contains duplicate `isExported` and `isExportedVariable` helper functions. These functions replicate logic already available in `src/rules/utils/common.ts`. The issue proposes refactoring `no-deprecated-declarations.ts` to utilize the existing shared utilities from `common.ts` to eliminate this code duplication.
Complexity:
1/5
enhancement good first issue priority-low ready