v8.2.0
✨ Enhancements
- #1725 Added
vue/component-options-name-casingrule that enforces the casing of component name incomponentsoptions. - #1729 Added
vue/prefer-separate-static-classrule that requires static class names in template to be in a separateclassattribute.
🐛 Bug Fixes
- #1736 Fixed false positives for import binding in
vue/valid-define-emitsandvue/valid-define-propsrules.
⚙️ Updates
- #1719 Added support for TypeScript 4.5 to
vue/script-indentrule. - #1735 Changed to allow
asyncDatainvue/no-dupe-keysrule.
Full Changelog: v8.1.1...v8.2.0