Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v44.0.2
chore: prevent eslint updating for now
v44.0.1
fix(`valid-types`): report postfix nullable in object or labeled tupl…
v44.0.0
refactor: switch default `mode` to `typescript`; fixes #834 BREAKING CHANGE: Users must now opt into adding `settings.jsdoc.mode` set to `"jsdoc"` if they want normal JSDoc mode. Note that "typescript" mode does not need to imply use of TypeScript syntax, but rather use of the TypeScript flavor within JSDoc comment blocks which holds the advantages of working in IDEs to draw in third-party module documentation and optionally allowing one to type check one's JavaScript code by TypeScript. There are also tools for building docs with this flavor (e.g., typedoc).
v43.2.0
feat: update @es-joy/jsdoccomment Also: - test: demo use of `inlineTags`
v43.1.1
fix: tag removal for 0-line tags (if other tags present, only blank o…
v43.1.0
feat(`no-blank-blocks`): add new rule; fixes #1042
v43.0.9
fix(`check-tag-names`, `empty-tags`, `sort-tags`, `valid-types`): sup…
v43.0.8
fix(informative-docs): trim description text
v43.0.7
fix: description retrieval logic was problematic for single line tags…
v43.0.6
fix: bump jsdoccomment