vuejs / eslint-plugin-vue

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

feat: add `ignoreTags` option #2609

Open waynzh opened 6 days ago

waynzh commented 6 days ago

resolve #2605

Add an exclude option to exclude specified tag names in the vue/attribute-hyphenation and vue/v-on-event-hyphenation rules.

waynzh commented 2 days ago

I've addressed the suggestions. Thanks for the review!