v7.2.0
✨ Enhancements
- #1364 Added casing option to
vue/custom-event-name-casing
rule.
⚙️ Updates
- #1365 Upgraded vue-eslint-parser to 7.2.0
- #1364 Removed
vue/custom-event-name-casing
rule from"plugin:vue/essential"
and"plugin:vue/vue3-essential"
configurations
🐛 Bug Fixes
- #1335 Fixed false positives when using
is
attr invue/valid-v-bind-sync
rule. - #1366 Fixed false positives when using v-for variable for v-slot in
vue/valid-v-slot
rule - #1367 Fixed false positives when using in
vue/valid-v-slot
andvue/valid-v-model
rule - #1368 Fixed false negatives when using handler property in
vue/no-arrow-functions-in-watch
rule - #1369 Fixed false positives for methods whose arguments should not be changed in
vue/v-on-function-call
rule.
All commits: v7.1.0 -> v7.2.0