✨ Enhancements
New Rules:
- #1381 Added
vue/no-restricted-call-after-await
rule that reports your restricted calls after theawait
expression. - #1388 Added
vue/v-on-event-hyphenation
rule that enforces using hyphenated v-on event names on custom components in Vue templates. - #1389 Added
vue/no-restricted-block
rule that allows you to specify block names that you don't want to use in your application.
Other changes in Rules:
- #1387 Added
deepData
option tovue/no-unused-properties
rule.
🐛 Bug Fixes
- #1382 Fixed multiple reporting of same warnings in
vue/no-unregistered-component
rule. - #1391 Fixed false positives for
v-bind="object"
syntax invue/attributes-order
rule.
All commits: v7.3.0 -> v7.4.0