Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored and waynzh committed Jan 7, 2024
1 parent dc6f977 commit c16c5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules/define-macros-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const slots = defineSlots()
</eslint-code-block>

### `{ "defineExposeLast": true }`

<eslint-code-block fix :rules="{'vue/define-macros-order': ['error', {defineExposeLast: true}]}">

```vue
Expand Down

0 comments on commit c16c5e4

Please sign in to comment.