github gajus/eslint-plugin-jsdoc v23.0.0

latest releases: v48.2.3, v48.2.2, v48.2.1...
4 years ago

23.0.0 (2020-04-11)

Features

  • require-description, require-example, require-param, require-returns: cause exemptedBy to overwrite inheritdoc exempting; closes #510 (a402330)

BREAKING CHANGES

  • require-description, require-example, require-param, require-returns: While still defaulting to having inheritdoc exempt rules, for the impacted rules,
    if one has defined an exemptedBy options array one must now explicitly add
    back "inheritdoc" to get the exemption for that tag as well. This change allows
    users to omit inheritdoc from the array so as to cause its presence not to
    trigger exemption of the rule.

Don't miss a new eslint-plugin-jsdoc release

NewReleases is sending notifications on new releases.