Options for lines-before-block
to ignore the beginning of a class, function or other block
#1296
Labels
lines-before-block
to ignore the beginning of a class, function or other block
#1296
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.
The text was updated successfully, but these errors were encountered: