Skip to content

Commit d9952fe

Browse files
committed
feat: use antfu/curly to replace curly
1 parent c1d50bb commit d9952fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/stylistic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export async function stylistic(
5252

5353
'antfu/consistent-list-newline': 'error',
5454

55+
'antfu/curly': 'error',
5556
'antfu/if-newline': 'warn',
5657
'antfu/top-level-function': 'warn',
57-
'curly': ['error', 'multi-or-nest', 'consistent'],
5858

5959
...overrides,
6060
},

0 commit comments

Comments
 (0)