Skip to content

Commit 3b9616d

Browse files
authored
Merge pull request #321 from vuejs-jp/enhance/classnames-order
classnames-order ルールの追加
2 parents 0569c2d + 703b80e commit 3b9616d

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)