Skip to content

feat(define-macros-order): add defineExposeLast option #2349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint issue
  • Loading branch information
FloEdelmann authored and waynzh committed Jan 7, 2024
commit c16c5e469cc6666e0b2ab9d86f09c058eb6f670f
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