vuejs / eslint-plugin-vue

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

Improve error range for `vue/max-props` #2532

Closed kevsommer closed 3 months ago

kevsommer commented 3 months ago

While trying out the new unreleased props rule, I noticed that the rule only highlights the very first prop if violated, instead of the entire props block. I think this is slightly confusing.

Therefore I changed it to report the parent node and therefore the entire props block.