Skip to content

@rotki/composable-naming-convention

Enforce consistent naming for composable options and return types

📖 Rule Details

This rule enforces that composable options and return types follow the Use{Name}Options and Use{Name}Return naming convention. Only reports when a Use*Options or Use*Return type annotation exists but doesn't match the composable name.

🚀 Version

This rule was introduced in @rotki/eslint-plugin v1.3.0

🔍 Implementation