1 Open Issue Need Help Last updated: Mar 14, 2026

Open Issues Need Help

View All on GitHub

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

My custom eslint rules 📋🗜️

TypeScript