ESLint Plugin Return Type

JSON →
library 1.0.35 ·javascript
verified Jun 4, 2026

An ESLint plugin that enforces the access of specific return types in TypeScript code. Current stable version is 1.0.35. This plugin requires a tsconfig.json file and provides a single rule, enforce-access, which ensures that functions return specified types. It is a niche linter tool aimed at TypeScript projects that need strict return type enforcement, differentiating itself by its focus on return type access rather than general type checking.