Skip to content

Commit fe746fc

Browse files
committed
fix(vue): Change the order of attrs in vue/attributes-order
1 parent 42eb21f commit fe746fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/vue/rules/recommended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module.exports = {
1717
'GLOBAL',
1818
'UNIQUE',
1919
'TWO_WAY_BINDING',
20-
'ATTR_DYNAMIC',
2120
'ATTR_STATIC',
2221
'ATTR_SHORTHAND_BOOL',
22+
'ATTR_DYNAMIC',
2323
'EVENTS',
2424
'CONTENT',
2525
],

0 commit comments

Comments
 (0)