✨ Enhancements
- #1811 Made
vue/component-tags-order
rule auto-fixable. - #1822 Added
vue/prefer-prop-type-boolean-first
rule that enforces thatBoolean
comes first in component prop types - #1820 Added
vue/no-restricted-html-elements
rule that disallows specific HTML elements.
🐛 Bug Fixes
- #1826 Fixed false negatives for
<slot>
invue/attribute-hyphenation
rule.
Full Changelog: v8.5.0...v8.6.0