Skip to content

Tags: gajus/eslint-plugin-jsdoc

Tags

v50.6.3

fix(`check-template-names`): stop restricting template names to singl…

…e letters; fixes #1352

Single letters in JSDoc blocks still expected for template names in `require-template` rule.

v50.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(`valid-types`): update closure suppress types; fixes #1349 (#1350)

v50.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): update configs types (#1344)

Co-authored-by: Brett Zamir <brettz9@yahoo.com>

v50.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(lines-before-block): move start-of-block checking behind off-by-…

…default `checkBlockStarts` option (#1341)

v50.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: ability to import iterateJsdoc (#1338)

v50.4.3

fix(text-escaping): add missing `docs.description`

v50.4.2

fix(no-multi-asterisks): add missing `docs.description`

v50.4.1

fix(`match-name`): revert to prior correct behavior of ignoring optio…

…nal and default code surrounding name

v50.4.0

feat(`require-hyphen-before-param-description`): ensure template will…

… be properly stringified; fixes #1326

Note that `match-name` will now have to take into account any optional brackets and default in `allowName`

v50.3.2

fix(`require-hyphen-before-param-description`): inject hyphen at prop…

…er place with multiline type