Closed
Description
Based on the newer format for ESLint rule deprecation info:
- https://eslint.org/docs/latest/extend/rule-deprecation#-deprecatedinfo-type
- https://github.com/eslint/rfcs/tree/main/designs/2024-deprecated-rule-metadata
meta.deprecated
should be used in place of meta.replacedBy
. meta.deprecated
has a more standardized format with many possible fields to fully represent a rule deprecation.