We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbc859 commit 703b80eCopy full SHA for 703b80e
.eslintrc.js
@@ -21,7 +21,7 @@ module.exports = {
21
tags: ['custom-yamato', 'custom-title'],
22
},
23
],
24
- 'tailwindcss/classnames-order': 0,
+ 'tailwindcss/classnames-order': 0, // 近くこちらのルールは外せると良い
25
'vue/no-v-for-template-key-on-child': 'off',
26
'vue/no-deprecated-slot-attribute': 'off',
27
'vue/singleline-html-element-content-newline': 'off',
0 commit comments