Skip to content

Commit 051a5aa

Browse files
committed
chore: modify ESLint rules
1 parent a38a796 commit 051a5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default antfu(
1212
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
1313
'vue/attribute-hyphenation': 'off',
1414
'vue/custom-event-name-casing': 'off',
15-
'vue/max-attributes-per-line': ['error', { singleline: 1, multiline: 1 }],
15+
'vue/max-attributes-per-line': 'error',
1616
'vue/no-deprecated-v-bind-sync': 'off',
1717
'vue/no-deprecated-v-on-native-modifier': 'off',
1818
'vue/no-deprecated-destroyed-lifecycle': 'off',

0 commit comments

Comments
 (0)