vuejs / eslint-plugin-vue

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

Add support for props destructure to `vue/no-restricted-props` rule #2562

Closed ota-meshi closed 2 months ago

ota-meshi commented 2 months ago

This PR modifies the vue/no-restricted-props rule to add support for props destructure.

related to #2121

ota-meshi commented 2 months ago

@FloEdelmann Thank you for your review!