We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757a7e6 commit dc6f977Copy full SHA for dc6f977
docs/rules/define-macros-order.md
@@ -21,7 +21,7 @@ This rule reports the `defineProps` and `defineEmits` compiler macros when they
21
{
22
"vue/define-macros-order": ["error", {
23
"order": ["defineProps", "defineEmits"],
24
- "defineExposeLast": false,
+ "defineExposeLast": false
25
}]
26
}
27
```
0 commit comments