v9.21.0
✨ Enhancements
- #2325 Added
vue/require-explicit-slots
rule that requires slots to be explicitly defined withdefineSlots
orslots
component option. - #2367 Added
vue/no-restricted-v-on
rule that disallows specific arguments inv-on
. - #2381 Added
sameNameShorthand
option tovue/v-bind-style
rule.
⚙️ Updates
- #2379 Upgraded
vue-eslint-parser
to v9.4.2.- Fixed false positive with camelCase
v-bind
same-name shorthand invue/no-unused-property
.
- Fixed false positive with camelCase
Full Changelog: v9.20.1...v9.21.0