✨ Enhancements
Core:
- #985 Upgrade vue-eslint-parser to 7.0.0
New Rules:
- #886 Added
vue/static-class-names-order
rule that enforce the order of static class names. - #945 Added
vue/require-name-property
rule that require a name property in Vue components. - #757 Added
vue/no-reserved-component-names
rule that disallow the use of reserved names in component definitions. - #763 Added
vue/component-tags-order
rule that enforce the order of component top-level elements. - #646 Added
vue/component-definition-name-casing
rule that enforce specific casing for component definition name. - #647 Added
vue/valid-v-bind-sync
rule that checks whether every.sync
modifier onv-bind
directives is valid. - #839 Added
vue/no-deprecated-slot-attribute
rule that disallowsslot
attribute. - #840 Added
vue/no-deprecated-slot-scope-attribute
rule that disallowsslot-scope
attribute. - #841 Added
vue/no-unsupported-features
rule that disallow unsupported Vue.js syntax on the specified version. - #843 Added
vue/no-static-inline-styles
rule that disallow static inlinestyle
attributes. - #959 Added
vue/max-len
rule that enforces a maximum line length. - #964 Added
vue/no-irregular-whitespace
rule that disallow irregular whitespace.
🐛 Bug Fixes
All commits: v6.0.2 -> v6.1.0