@@ -87,7 +87,7 @@ Specify custom order of attribute groups
87
87
:+1 : Examples of ** correct** code with custom order`:
88
88
89
89
``` html
90
- <!-- 'vue/attribute -order': [2, { order: ['LIST_RENDERING', 'CONDITIONALS', 'RENDER_MODIFIERS', 'GLOBAL', 'UNIQUE', 'TWO_WAY_BINDING', 'OTHER_ATTR', 'EVENTS', 'CONTENT', 'DEFINITION'] }] -->
90
+ <!-- 'vue/attributes -order': [2, { order: ['LIST_RENDERING', 'CONDITIONALS', 'RENDER_MODIFIERS', 'GLOBAL', 'UNIQUE', 'TWO_WAY_BINDING', 'OTHER_ATTR', 'EVENTS', 'CONTENT', 'DEFINITION'] }] -->
91
91
<div
92
92
prop-one =" prop"
93
93
prop-two =" prop"
@@ -96,7 +96,7 @@ Specify custom order of attribute groups
96
96
```
97
97
98
98
``` html
99
- <!-- 'vue/attribute -order': [2, { order: ['LIST_RENDERING', 'CONDITIONALS', 'RENDER_MODIFIERS', 'GLOBAL', 'UNIQUE', 'TWO_WAY_BINDING', 'DEFINITION', 'OTHER_ATTR', 'EVENTS', 'CONTENT'] }] -->
99
+ <!-- 'vue/attributes -order': [2, { order: ['LIST_RENDERING', 'CONDITIONALS', 'RENDER_MODIFIERS', 'GLOBAL', 'UNIQUE', 'TWO_WAY_BINDING', 'DEFINITION', 'OTHER_ATTR', 'EVENTS', 'CONTENT'] }] -->
100
100
<div
101
101
ref =" header"
102
102
is =" header"
@@ -108,7 +108,7 @@ Specify custom order of attribute groups
108
108
:-1 : Examples of ** incorrect** code with custom order`:
109
109
110
110
``` html
111
- <!-- 'vue/attribute -order': [2, { order: ['LIST_RENDERING', 'CONDITIONALS', 'RENDER_MODIFIERS', 'GLOBAL', 'UNIQUE', 'TWO_WAY_BINDING', 'DEFINITION', 'OTHER_ATTR', 'EVENTS', 'CONTENT'] }] -->
111
+ <!-- 'vue/attributes -order': [2, { order: ['LIST_RENDERING', 'CONDITIONALS', 'RENDER_MODIFIERS', 'GLOBAL', 'UNIQUE', 'TWO_WAY_BINDING', 'DEFINITION', 'OTHER_ATTR', 'EVENTS', 'CONTENT'] }] -->
112
112
<div
113
113
ref =" header"
114
114
prop-one =" prop"
0 commit comments