Skip to content

@rotki/no-deprecated-classes

disallow the usage of vuetify css classes since they are replaced with tailwindcss

  • ⭐ 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 usages of deprecated css classes in the code.

⚙️ Options

json
{
  "@rotki/no-deprecated-classes": "error"
}

🚀 Version

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

🔍 Implementation