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 removesthrows
andyields
from thestructuredTags
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 ofstructuredTags
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