no-empty-jsdoc
💼 This rule is enabled in the ✅ recommended config.
Disallows empty JSDoc comments (and automatically removes them).
🔧 This rule is automatically fixable by the --fix CLI option.
Rule Details​
// Bad
/** */
// Bad
/**    */
// Bad
/**
 *
 */
// Bad
/**
 *
 *
 *
 */
Options​
This rule is not configurable.