github gajus/eslint-plugin-jsdoc v57.0.0

latest releases: v57.0.3, v57.0.2, v57.0.1...
9 hours ago

57.0.0 (2025-09-13)

Features

  • extraRuleDefinitions.forbid option to jsdoc function (9f50083)
  • require-next-type, require-throws-type, require-yields-type: adds new rules and adds to recommended and required configs; fixes #1461 (0645428)

BREAKING CHANGES

  • require-next-type, require-throws-type, require-yields-type: It is unlikely to affect users but when using the jsdoc constructor with a recommended config , this commit removes throws and yields
    from the structuredTags settings recently added to the config output to require types for these tags in favor of the herein added equivalent
    recommended rules. (next is still part of structuredTags output, however, because this setting ensures the non-standard next tag is treated
    as allowable without need for separate configuration.)

Also:

  • chore: remove unused linting directives

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

NewReleases is sending notifications on new releases.