Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v51.4.0
51.4.0 (2025-07-15)
Features
check-line-alignment
: add template
to default tags (#1427) (4c65cbe)
v51.3.4
51.3.4 (2025-07-07)
Bug Fixes
no-undefined-types
: exempt global requires from undefined property checks; fixes #1425 (#1426) (c51ee4f)
v51.3.3
51.3.3 (2025-07-02)
Bug Fixes
no-undefined-types
: add Intl
to global types and ensure arbitrary properties of globals can be addressed; fixes #1423 (#1424) (feb65e4)
v51.3.2
51.3.2 (2025-07-02)
Bug Fixes
multiline-blocks
: for requireSingleLineUnderCount
, ensure multi-line types nullify checks (#1422) (9b8efbd)
v51.3.0
51.3.0 (2025-06-30)
Features
multiline-blocks
: adds requireSingleLineUnderCount
option; fixes #1158 (#1409) (26276ba)
v51.2.3
51.2.3 (2025-06-24)
Bug Fixes
require-template
, no-undefined-types
, valid-types
: properly parse template tags with defaults; fixes #1418 (#1419) (35e95a1)
v51.2.2
51.2.2 (2025-06-23)
Bug Fixes
no-undefined-types
: exempt import tags from property checks; fixes #1416 (#1417) (efbcb1c)
v51.2.1
51.2.1 (2025-06-22)
Bug Fixes
no-undefined-types
: also allow globals defined on languageOptions
(#1415) (e9ff4c7)