Commits
Click on a commit to change the comparison rangefeat(linter): add `vue/valid-define-props` rule (#13565)
related https://github.com/oxc-project/oxc/issues/11440
https://eslint.vuejs.org/rules/valid-define-props.html
`defineEmits` and `defineProps` behave the same, refactored code to some utils, so both rules reuses the logic.