Closed ehoogeveen-medweb closed 1 day ago
IMO this is a bug, or at least an option that should be enabled by default. It's very rare and nitpicky that projects would enforce the start of the first JSDoc comment in a {}
block need a blank line above it.
:tada: This issue has been resolved in version 50.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Motivation
For example:
Compare the options in the ESLint Stylistic rule lines-around-comment and the typescript variant.
Current behavior
Warns about jsdoc comments immediately after the start of a class/function/block.
Desired behavior
Options not to warn about those positions.