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-boolean-default` rule #2553

Closed ota-meshi closed 2 months ago

ota-meshi commented 2 months ago

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

related to #2121