✨ Enhancements
- #1472 Added
vue/no-undef-properties
rule that warns of using undefined properties. - #1653 Added
vue/no-computed-properties-in-data
rule that disallow accessing computed properties indata()
. - #1659 Improved
vue/no-use-computed-property-like-method
rule reports. - #1661 Added
vue/multi-word-component-names
rule to enforce multiple words in component names. - #1663 Added
vue/no-deprecated-router-link-tag-prop
rule that disallow using deprecatedtag
property on<RouterLink>
.
🐛 Bug Fixes
- #1659 Fixed crash in
vue/no-use-computed-property-like-method
rule. - #1658 Fixed false positives for vars inside types in
vue/valid-define-emits
andvue/valid-define-props
rules.
⚙️ Updates
- #1654 Changed peer deps eslint ver from
^6.2.0 || ^7.0.0 || ^8.0.0-0
to^6.2.0 || ^7.0.0 || ^8.0.0
.
Full Changelog: v7.19.1...v7.20.0