Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v44.2.4
fix: check-tag-names crash on module comment
v44.2.3
fix(`no-undefined-types`): add line info to inline tags; fixes #1079
v44.2.2
fix(`require-hyphen-before-param-description`): more targeted replace…
v44.2.1
fix(`no-undefined-types`): treat `@alias` as namepath-defining; fixes…
v44.2.0
feat(`no-undefined-types`): check inline and namepath-referencing tag…
v44.1.0
feat: `disableReporting` and `markVariablesAsUsed` options
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`