github gajus/eslint-plugin-jsdoc v11.0.0

latest releases: v50.3.1, v50.3.0, v50.2.5...
5 years ago

11.0.0 (2019-07-06)

Bug Fixes

  • check-types: remove template substitution variables, badType, preferredType, and replacement (#310) (854c8dd)

Features

  • remove preferredTypesDefined option in favor of making it apply automatically (2072735)
  • check-tag-names: auto-allow tags in tagNamePreference setting to be defined; add definedTags option to replace additionalTagNames.customTags setting (9df41d7)

BREAKING CHANGES

  • check-types: In place of the substitution variables, one must now hard-code the type in the message
  • One can no longer avoid preferredTypes types being treated as defined
  • check-tag-names: Switch additionalTagNames.customTags setting to definedTags option (only used by one rule)

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

NewReleases is sending notifications on new releases.