Pattern: Use of deprecated API
Issue: -
Warns when deprecated APIs are used. Any usage of an identifier with the @deprecated
JSDoc annotation will trigger a warning.
Rationale: Deprecated APIs should be avoided, and usage updated.
Pattern: Use of deprecated API
Issue: -
Warns when deprecated APIs are used. Any usage of an identifier with the @deprecated
JSDoc annotation will trigger a warning.
Rationale: Deprecated APIs should be avoided, and usage updated.