Rules
All available rules are listed below. Enable the rules you need explicitly in your ESLint configuration; the plugin does not include built-in configurations. See the setup guide for configuration instructions.
| Rule | Description |
|---|---|
| callback-style | Enforce callback styles for Vue APIs. |
| define-macros-newline | Require multiline inline Vue macro declarations. |
| prefer-ref-pattern | Enforce naming patterns for template refs. |
| sort-script-setup | Group and order top-level statements in <script setup>. |