Skip to content

Commit 3dbc859

Browse files
committed
classnames-order ルールの追加
1 parent 0569c2d commit 3dbc859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
tags: ['custom-yamato', 'custom-title'],
2222
},
2323
],
24+
'tailwindcss/classnames-order': 0,
2425
'vue/no-v-for-template-key-on-child': 'off',
2526
'vue/no-deprecated-slot-attribute': 'off',
2627
'vue/singleline-html-element-content-newline': 'off',

0 commit comments

Comments
 (0)