Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v50.7.0
50.7.0 (2025-06-01)
Features
getJsdocProcessorPlugin
: add allowedLanguagesToProcess
option (#1392) (0adbf43)
v50.6.17
Bug Fixes
require-param
: update jsdoccomment to support exported TSFunctionType type; fixes #1386 (#1389) (e26a11a)
v50.6.16
Bug Fixes
valid-types
: fix parsing of expressions like [@returns](https://github.com/returns) {[@link](https://github.com/link) SomeType}
; fixes #1381 (#1382) (2bd7242)
v50.6.14
Bug Fixes
- lines-before-block: Switch to a whitelist of punctuators (#1385) (0a30832)
v50.6.12
Bug Fixes
no-undefined-types
: workaround parse-imports-exports
bug in handling trailing whitespace; fixes #1373 (#1384) (f32989c)
v50.6.11
Bug Fixes
check-values
: workaround parse-imports-exports
bug in handling trailing whitespace; fixes #1373 (#1374) (65b0dc0)
v50.6.10
Bug Fixes
check-values
, no-undefined-types
: avoid need for worker; fixes #1371 (#1372) (6d5c9fb)