Rule: deprecation

Warns when deprecated APIs are used.

Any usage of an identifier with the @deprecated JSDoc annotation will trigger a warning. See http://usejsdoc.org/tags-deprecated.html

Rationale

Deprecated APIs should be avoided, and usage updated.

Notes:

Config

Config examples
"deprecation": true
Schema
null