Skip to content

Available Rules

  • ⭐ mark: the rule which is enabled by plugin:@rotki/recommended preset.
  • ✒️ mark: the rule which is fixable by eslint --fix command.
Rule IDDescription
@rotki/consistent-ref-type-annotationEnsures consistent type annotation position for ref, computed assignments⭐✒️
@rotki/no-deprecated-classesdisallow the usage of vuetify css classes since they are replaced with tailwindcss⭐✒️
@rotki/no-deprecated-componentsRemoves deprecated classes that do not exist anymore⭐✒️
@rotki/no-deprecated-propsReplaces deprecated props with their replacements⭐✒️
@rotki/no-dot-ts-importsChecks and replaces .ts extension in import statements.⭐✒️
@rotki/no-legacy-library-importReports and replaces imports of @rotki/ui-library-compat with @rotki/ui-library⭐✒️

strict

Rule IDDescription

stylistic

Rule IDDescription