Skip to content

Commit 87de88e

Browse files
committed
fix: turn off vue/max-attributes-per-line rule
1 parent 21fba4d commit 87de88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export async function vue(
153153
// },
154154
'vue/html-quotes': ['error', 'double'],
155155
// ],
156-
'vue/max-attributes-per-line': 'off',
156+
// 'vue/max-attributes-per-line': 'off',
157157
'vue/multi-word-component-names': 'off',
158158
// 'vue/next-tick-style': ['warn', 'promise'],
159159
'vue/no-constant-condition': 'warn',

0 commit comments

Comments
 (0)