-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
enable jsdoc/valid-types on ESLint #43019
Copy link
Copy link
Closed
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.typingsIssues and PRs related to internal TypeScript declarations.Issues and PRs related to internal TypeScript declarations.
Description
Activity
Metadata
Metadata
Assignees
Labels
blockedPRs that are blocked by other issues or PRs.PRs that are blocked by other issues or PRs.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.typingsIssues and PRs related to internal TypeScript declarations.Issues and PRs related to internal TypeScript declarations.
What is the problem this feature will solve?
improve the type resolution and project robustness
What is the feature you are proposing to solve the problem?
remove this line
node/.eslintrc.js
Line 309 in b07894d
What alternatives have you considered?
This might cause lint error because of many incorrect doc typing in the project.
But still have some workaround, for example, #43006 (comment)