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