Skip to content

Commit d270a3f

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

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
@@ -7,9 +7,8 @@ export default antfu(
77
},
88
{
99
rules: {
10-
'curly': ['error', 'multi-line'],
10+
'curly': ['error', 'all'],
1111
'no-console': 'off',
12-
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
1312
'vue/attribute-hyphenation': 'off',
1413
'vue/custom-event-name-casing': 'off',
1514
'vue/max-attributes-per-line': 'error',

0 commit comments

Comments
 (0)