github gajus/eslint-plugin-jsdoc v26.0.0

latest releases: v48.2.3, v48.2.2, v48.2.1...
3 years ago

26.0.0 (2020-05-28)

Features

  • require-description-complete-sentence: add new option newlineBeforeCapsAssumesBadSentenceEnd which when false (the new default) will not assume caps after newlines is a bad sentence end. (7d4c399)

BREAKING CHANGES

  • require-description-complete-sentence: To restore the old behavior, the new option newlineBeforeCapsAssumesBadSentenceEnd must be set to true. This was changed from the default to decrease the false positives when capitalized letters on newlines merely represent proper nouns, etc.

Don't miss a new eslint-plugin-jsdoc release

NewReleases is sending notifications on new releases.