Skip to content

Releases: gajus/eslint-plugin-jsdoc

v57.0.7

14 Sep 07:32
03a8a69

Choose a tag to compare

57.0.7 (2025-09-14)

Bug Fixes

v57.0.6

14 Sep 06:01
34e5910

Choose a tag to compare

57.0.6 (2025-09-14)

Bug Fixes

  • examples configs: disable @typescript-eslint/no-unsed-vars (#1507) (34e5910)

v57.0.5

14 Sep 03:25
f019adf

Choose a tag to compare

57.0.5 (2025-09-14)

Bug Fixes

  • types: add missing configs to index.configs type (#1505) (f019adf)

v57.0.4

14 Sep 00:29
ab14982

Choose a tag to compare

57.0.4 (2025-09-14)

Bug Fixes

v57.0.3

13 Sep 14:07
76b8406

Choose a tag to compare

57.0.3 (2025-09-13)

Bug Fixes

  • valid-types: avoid reporting for next (handled by own rule) (#1503) (76b8406)

v57.0.2

13 Sep 11:43
91f1c30

Choose a tag to compare

57.0.2 (2025-09-13)

Bug Fixes

  • extraRuleDefinitions.forbid jsdoc function option: point default link to advanced page (#1502) (91f1c30)

v57.0.1

13 Sep 11:30
33a4529

Choose a tag to compare

57.0.1 (2025-09-13)

Bug Fixes

  • require-next-type, require-throws-type, require-yields-type: fix URL; fixes #1500 (#1501) (33a4529)

v57.0.0

13 Sep 10:53

Choose a tag to compare

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

v56.1.2

11 Sep 12:46
be2b7ae

Choose a tag to compare

56.1.2 (2025-09-11)

Bug Fixes

v56.1.1

11 Sep 12:22
d5fb1d1

Choose a tag to compare

56.1.1 (2025-09-11)

Bug Fixes

  • iterateJsdoc export: ensure default has type (#1497) (d5fb1d1)