Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v51.1.1
51.1.1 (2025-06-21)
Bug Fixes
require-jsdoc
: check interfaces within file for comment blocks; fixes #768 (#1410) (2875c2d)
v51.1.0
51.1.0 (2025-06-21)
Features
lines-before-block
: add default-on ignoreSingleLines
option; fixes #1295 (#1408) (b0faae7)
v51.0.7
51.0.7 (2025-06-21)
Bug Fixes
check-template-names
: checks class body for comments where template names used; fixes #1354 (#1407) (ae2b314)
v51.0.6
51.0.6 (2025-06-21)
Bug Fixes
require-jsdoc
: update jsdoccomment (and espree) to get comment-finding for overloaded functions; fixes #1369 (#1406) (26ae169)
v51.0.5
51.0.5 (2025-06-21)
Bug Fixes
no-undefined-types
: check existence of class methods/properties (#1405) (fcc7b26)
v51.0.4
51.0.4 (2025-06-20)
Bug Fixes
no-undefined-types
: mark sister method and property names as defined; fixes #1403 ; fixes #1119 (#1404) (9bb554a)