It would be nice to have a rule that enforces every line in a JSdoc comment to start with an asterisk, as in https://palantir.github.io/tslint/rules/jsdoc-format/
Comparison between tslint/jsdoc-format and eslint-plugin-jsdoc:
Both unsupported:
I submitted a PR for this at #446. ~Not amazingly happy about the name, though - thoughts?~
Other checks I can think of on this general topic might be:
/** @param abc */, perhaps excepting some tags like @lends which, um, "lend" themselves to single line expressions because of their terseness.
Most helpful comment
Comparison between
tslint/jsdoc-formatandeslint-plugin-jsdoc:Both unsupported: