Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v19.1.0
19.1.0 (2019-12-31)
Features
no-types
,implements-on-classes
: addcontexts
option which if set toany
will allow checking of virtual functions (c4079b8)require-param-*
,require-returns-*
,require-returns
: allowscontexts
option to be set to "any" to check virtual function docs like[@callback](https://github.com/callback)
or[@function](https://github.com/function)
with[@interface](https://github.com/interface)
; fixes #406 (7500b00)
v19.0.1
v19.0.0
19.0.0 (2019-12-31)
Features
-
check-property-names
: add rule to check for duplicated and improperly nested properties (492b814) -
require-property:* add rules for ensuring property tags have a name, type, and/or description (in any context); fixes #409 (e5f2a23)
-
feat(
require-property
); add rule to check forproperty
ontypedef
ornamespace
where the type isobject
; fixes #410 (68bf6cd), closes #410
BREAKING CHANGES
check-property-names
: Adds new rule torecommended
- require-property:* Adds rules to
recommended
- Adds new rule to
recommended
config.