Skip to content

Commit 6ac5a9c

Browse files
committed
fix: disable comma-dangle in markdown
1 parent 264a9cf commit 6ac5a9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configs/markdown.ts

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export function markdown(options: OptionsComponentExts = {}): FlatESLintConfigIt
4545

4646
'node/prefer-global/process': OFF,
4747

48+
'style/comma-dangle': OFF,
49+
4850
'ts/consistent-type-imports': OFF,
4951
'ts/no-namespace': OFF,
5052
'ts/no-redeclare': OFF,

0 commit comments

Comments
 (0)