Skip to content

Commit dc6f977

Browse files
committed
docs: format
1 parent 757a7e6 commit dc6f977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/define-macros-order.md

+1-1
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)