Skip to content

Commit

Permalink
fix: disable comma-dangle in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 25, 2023
1 parent 6fd2cdd commit 34bbd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configs/markdown.ts
Expand Up @@ -45,6 +45,8 @@ export function markdown(options: OptionsComponentExts = {}): FlatESLintConfigIt

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

'style/comma-dangle': OFF,

'ts/consistent-type-imports': OFF,
'ts/no-namespace': OFF,
'ts/no-redeclare': OFF,
Expand Down

0 comments on commit 34bbd59

Please sign in to comment.