Skip to content

v19.1.0

Compare
Choose a tag to compare
@gajus gajus released this 31 Dec 09:33

19.1.0 (2019-12-31)

Features

  • no-types, implements-on-classes: add contexts option which if set to any will allow checking of virtual functions (c4079b8)
  • require-param-*, require-returns-*, require-returns: allows contexts 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)