eslint-plugin-completeRulesno-empty-jsdocOn this pageno-empty-jsdoc Disallows empty JSDoc comments (and automatically removes them). Rule Details // Bad/** */ // Bad/** */ // Bad/** * */ // Bad/** * * * */ Options and Defaults { "rules": { "complete/no-empty-jsdoc": "error" }} This rule is not configurable. Resources How to use this rule Rule source Test source