We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
comma-dangle
1 parent 264a9cf commit 6ac5a9cCopy full SHA for 6ac5a9c
src/configs/markdown.ts
@@ -45,6 +45,8 @@ export function markdown(options: OptionsComponentExts = {}): FlatESLintConfigIt
45
46
'node/prefer-global/process': OFF,
47
48
+ 'style/comma-dangle': OFF,
49
+
50
'ts/consistent-type-imports': OFF,
51
'ts/no-namespace': OFF,
52
'ts/no-redeclare': OFF,
0 commit comments