Skip to content

Releases: gajus/eslint-plugin-jsdoc

v51.3.3

02 Jul 13:02
feb65e4
Compare
Choose a tag to compare

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

02 Jul 00:29
9b8efbd
Compare
Choose a tag to compare

51.3.2 (2025-07-02)

Bug Fixes

  • multiline-blocks: for requireSingleLineUnderCount, ensure multi-line types nullify checks (#1422) (9b8efbd)

v51.3.1

30 Jun 01:13
3748bbe
Compare
Choose a tag to compare

51.3.1 (2025-06-30)

Bug Fixes

  • no-undefined-types: check class and interface globals; fixes #1420 (#1421) (3748bbe)

v51.3.0

30 Jun 00:30
26276ba
Compare
Choose a tag to compare

51.3.0 (2025-06-30)

Features

  • multiline-blocks: adds requireSingleLineUnderCount option; fixes #1158 (#1409) (26276ba)

v51.2.3

24 Jun 05:50
35e95a1
Compare
Choose a tag to compare

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

23 Jun 20:57
efbcb1c
Compare
Choose a tag to compare

51.2.2 (2025-06-23)

Bug Fixes

  • no-undefined-types: exempt import tags from property checks; fixes #1416 (#1417) (efbcb1c)

v51.2.1

22 Jun 22:36
e9ff4c7
Compare
Choose a tag to compare

51.2.1 (2025-06-22)

Bug Fixes

  • no-undefined-types: also allow globals defined on languageOptions (#1415) (e9ff4c7)

v51.2.0

22 Jun 21:39
08f7834
Compare
Choose a tag to compare

51.2.0 (2025-06-22)

Features

  • strip property when there is a class tag and the context is set (#1414) (08f7834), closes #1376

v51.1.3

22 Jun 21:05
a083c81
Compare
Choose a tag to compare

51.1.3 (2025-06-22)

Bug Fixes

  • no-undefined-types: liberalize checks to reallow for unknown properties on imports and defined globals; fixes #1412 (#1413) (a083c81)

v51.1.2

22 Jun 10:22
3d2d379
Compare
Choose a tag to compare

51.1.2 (2025-06-22)

Bug Fixes