Commits
Click on a commit to change the comparison rangetest(linter/vue): add missing fixer test cases for order-in-components
Add 12 additional fixer test cases to match the original eslint-plugin-vue
test suite:
- defineComponent wrapper
- defineNuxtComponent wrapper
- app.component registration
- destructured component
- custom order option
- comment preservation (2 cases)
- without side-effects (fn() call)
- complex values without side-effects
- slots/setup/expose ordering (2 cases)
This addresses the review feedback about missing fixer test cases.