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.
vue/max-attributes-per-line
1 parent 21fba4d commit 87de88eCopy full SHA for 87de88e
src/configs/vue.ts
@@ -153,7 +153,7 @@ export async function vue(
153
// },
154
'vue/html-quotes': ['error', 'double'],
155
// ],
156
- 'vue/max-attributes-per-line': 'off',
+ // 'vue/max-attributes-per-line': 'off',
157
'vue/multi-word-component-names': 'off',
158
// 'vue/next-tick-style': ['warn', 'promise'],
159
'vue/no-constant-condition': 'warn',
0 commit comments