- Enforce valid JSDoc comments
This rule enforces valid and consistent JSDoc comments. It reports any of the following problems:.
Disallows missing type in return tags.
Disallows missing description in parameter tags.
Disallows missing description in return tags.
Disallows missing type in parameter tags.
Disallows missing type in parameter tags.
Specifies a regular expression to match the description in each JSDoc comment.
You can check them out here.