✨ Enhancements
Changes in Rules:
- #1444 Added
ignorePublicMembers
option tovue/no-unused-properties
rule.
🐛 Bug Fixes
- #1446 Fixed false negatives for member access with
$
invue/this-in-template
rule.
⚙️ Updates
- #1448 Upgrade
vue-eslint-parser
to v7.6.0.
This makes the parser to case sensitive to the name used to determine the element when the file is SFC.
All commits: v7.6.0 -> v7.7.0