Skip to content

Commit 2a8b228

Browse files
committed
workflow: modify ESLint rules
1 parent 84dd7be commit 2a8b228

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export default antfu(
99
'brace-style': ['error', 'stroustrup', { allowSingleLine: false }],
1010
'curly': ['error', 'all'],
1111
'no-console': 'off',
12-
'vue/max-attributes-per-line': 'error',
13-
'vue/multi-word-component-names': 'off',
12+
'vue/max-attributes-per-line': ['error', { singleline: 3 }],
1413
'vue/no-deprecated-v-bind-sync': 'off',
1514
'vue/no-deprecated-v-on-native-modifier': 'off',
1615
'vue/no-deprecated-destroyed-lifecycle': 'off',

0 commit comments

Comments
 (0)