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

Open Issues Need Help

View All on GitHub

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

My custom eslint rules 📋🗜️

TypeScript