Eslint Plugin Jsdoc Versions Save

JSDoc specific linting rules for ESLint.

v48.2.3

1 month ago

48.2.3 (2024-04-04)

Bug Fixes

  • valid-types: whitelist pratt parser keywords; fixes #1221 (ab5624b)

v48.2.2

1 month ago

48.2.2 (2024-03-28)

Bug Fixes

v48.2.1

2 months ago

48.2.1 (2024-03-07)

Bug Fixes

  • require-jsdoc: avoid erring on #-marked private methods; fixes #1212 (783b4e9)

v48.2.0

2 months ago

48.2.0 (2024-02-22)

Features

  • check-param-names: Add disableMissingParamChecks option (#1206) (ba642e4)

v48.1.0

2 months ago

48.1.0 (2024-02-14)

Features

  • check-line-alignment: add `disableWrapIndent`` option (37df54d)

v48.0.6

3 months ago

48.0.6 (2024-02-06)

Bug Fixes

  • informative-docs: check default named declaration (e9a9b74)
  • informative-docs: check named export declarations: fixes #1198 (5a79d3f)

v48.0.5

3 months ago

48.0.5 (2024-02-05)

Bug Fixes

  • informative-docs: Improve wording in rule description (f2aef87)

v48.0.4

3 months ago

48.0.4 (2024-01-26)

Bug Fixes

  • require-description-complete-sentence: capture multiple newlines as "paragraphs"; fixes #1193 (c5f203a)

v48.0.3

3 months ago

48.0.3 (2024-01-24)

Bug Fixes

  • require-jsdoc: ensure children of TS type reference and parameter instantiation can be exports; fixes #1186 (7461e01)
  • require-param: skip this parameter in checks (when followed by destructured content); fixes #1190 (0cd761b)
  • update devDeps. (6b163c8)

v48.0.2

4 months ago

48.0.2 (2024-01-02)

Bug Fixes

  • update legacy entry point (b60cbb0)