adobe / aio-lib-template

Template for Adobe I/O Libraries
Apache License 2.0
3 stars 4 forks source link

Update eslint-plugin-jsdoc to the latest version πŸš€ #18

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The devDependency eslint-plugin-jsdoc was updated from 25.4.3 to 26.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: gajus License: BSD-3-Clause

Release Notes for v26.0.0

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.
Commits

The new version differs by 1 commits.

  • 7d4c399 feat(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.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: