vuejs / eslint-plugin-vue

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

feat(no-reserved-component-names): add case sensitive option #2594

Closed waynzh closed 1 week ago

waynzh commented 2 weeks ago

resolve #2556

Add an option to control case-sensitive matching for HTML element names to be considered conflicting. For instance, Button would be allowed, but button would still be disallowed.