vuejs / eslint-plugin-vue

Official ESLint plugin for Vue.js
https://eslint.vuejs.org/
MIT License
4.47k stars 667 forks source link

Fix false negatives and false positives in `vue/require-valid-default-prop` rule #2586

Closed ota-meshi closed 3 weeks ago

ota-meshi commented 3 weeks ago

This PR fixes false negatives and false positives when using destructuring and initial assignment. It also fixes an issue where we weren't checking the return value of factory functions in <script setup>.

fixes #2578