Skip to content

@rotki/no-deprecated-props

Replaces deprecated props with their replacements

  • ⭐ The "extends": "plugin:@rotki/recommended" property in a configuration file enables this rule.
  • ✒️️ The --fix option on the command line can automatically fix some of the problems reported by this rule.

📖 Rule Details

This rule reports the usage of deprecated properties in components.

⚙️ Options

json
{
  "@rotki/no-deprecated-props": ["error"]
}

🚀 Version

This rule was introduced in @rotki/eslint-plugin v0.2.0

🔍 Implementation