Skip to content

Commit 0e5f0e2

Browse files
committed
docs: format
1 parent 82fd5a8 commit 0e5f0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/define-macros-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This rule reports the `defineProps` and `defineEmits` compiler macros when they
2121
{
2222
"vue/define-macros-order": ["error", {
2323
"order": ["defineProps", "defineEmits"],
24-
"defineExposeLast": false,
24+
"defineExposeLast": false
2525
}]
2626
}
2727
```

0 commit comments

Comments
 (0)