Skip to content

Commit

Permalink
Mark default options correctly in vue/define-macros-order docs (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfangdu authored Jun 9, 2023
1 parent d815a48 commit 11f3f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/define-macros-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ defineEmits(/* ... */)

</eslint-code-block>

### `{ "order": ["defineOptions", "defineProps", "defineEmits", "defineSlots"] }` (default)
### `{ "order": ["defineOptions", "defineProps", "defineEmits", "defineSlots"] }`

<eslint-code-block fix :rules="{'vue/define-macros-order': ['error', {order: ['defineOptions', 'defineProps', 'defineEmits', 'defineSlots']}]}">

Expand Down

0 comments on commit 11f3f9f

Please sign in to comment.