complete/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
Section titled “Rule Details”// Bad/** */// Bad/** */// Bad/** * */// Bad/** * * * */Options
Section titled “Options”This rule is not configurable.
