Skip to content

Commit d341538

Browse files
committed
eat: enable antfu/consistent-object-newline
1 parent bc5ac46 commit d341538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configs/stylistic.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export const javascriptStylistic: FlatESLintConfigItem[] = [
1212
},
1313
rules: {
1414
'antfu/if-newline': 'error',
15+
'antfu/consistent-object-newline': 'error',
16+
1517
'comma-dangle': ['error', 'always-multiline'],
1618
'curly': ['error', 'multi-or-nest', 'consistent'],
1719
'quotes': ['error', 'single'],

0 commit comments

Comments
 (0)