Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v57.0.7
v57.0.6
v57.0.5
v57.0.4
57.0.4 (2025-09-14)
Bug Fixes
jsdoc/examples/rulesandjsdoc/default-expressions/rulesconfigs: add @stylistic, @typescript-eslint, and eslint-plulgin-n equivalents to default disabled rules (#1504) (ab14982)
v57.0.3
v57.0.2
v57.0.1
v57.0.0
57.0.0 (2025-09-13)
Features
extraRuleDefinitions.forbidoption 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 removesthrowsandyields
from thestructuredTagssettings recently added to the config output to require types for these tags in favor of the herein added equivalent
recommended rules. (nextis still part ofstructuredTagsoutput, 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