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)