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
feat: for tag-lines, add endLines in place of dropEndLines and applyToEndTag in place of noEndLines; add startLines in place of newline-after-description rule
BREAKING CHANGE:
1. Removes `jsdoc/newline-after-description` rule in favor of `jsdoc/tag-lines` with option `startLines: 0` for "never" and `startLines: 1` for "always". Defaults now to `startLines: 0`
2. Removes `dropEndLines: true` from `jsdoc/tag-lines` in favor of option `endLines: 0`
3. Drops `jsdoc/tag-lines` rule's `noEndLines: true` in favor of `applyToEndTag: false`
0 commit comments