Update dependency eslint-plugin-jsdoc to v33
Compare changes
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-jsdoc | devDependencies | major | ^32.0.0 -> ^33.0.0 |
v33.0.0
@es-joy/jsdoccomment
for getJSDocComment
functionality (aa77e3b)getJSDocComment
file.Also updates Babel devDeps.
v32.3.4
v32.3.3
require-param
, check-param-names
: do not fail with destructured array pattern containing empty slots; fixes #716 (f19e706)v32.3.2
check-line-alignment
: prevent false never reporting where a space is present (post tag) followed by missing space (from a wholly missing type) and then a space (but a space first preceded by content (a name); fixes #714 (2c31db1)v32.3.1
check-examples
: disable chai-friendly/no-unused-expressions for default expression rules (06f0112)v32.3.0
check-tag-names
: jsxTags an opt-in option for jsx annotations (8afb9fc)This MR has been generated by Renovate Bot.