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