You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no description, tag-lines should have a way to allow the tag to be at the beginning of the jsdoc, even though we want a line between the description and the tags when we have both. Otherwise, there is no proper replacement for jsdoc/newline-after-description with always
Actual behavior
startLines: 1 always forces an empty line even if it is the beginning of the jsdoc.
Sorry about that, and thanks for the report. startLines was indeed intended to only apply after any text (as with newline-after-description), so #1023 will hopefully address that.
Expected behavior
If there is no description,
tag-lines
should have a way to allow the tag to be at the beginning of the jsdoc, even though we want a line between the description and the tags when we have both. Otherwise, there is no proper replacement forjsdoc/newline-after-description
withalways
Actual behavior
startLines: 1
always forces an empty line even if it is the beginning of the jsdoc.ESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: 43.0.0The text was updated successfully, but these errors were encountered: