Skip to content

Commit 0c44d5a

Browse files
authored
fix(markdown): disable 'markdown/fenced-code-language' rule (#831)
1 parent 30fcbfe commit 0c44d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/markdown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export async function markdown(
4747
name: 'antfu/markdown/rules',
4848
rules: {
4949
...markdown.configs.recommended.at(0)?.rules,
50+
'markdown/fenced-code-language': 'off',
5051
// https://github.com/eslint/markdown/issues/294
5152
'markdown/no-missing-label-refs': 'off',
5253
...overridesMarkdown,

0 commit comments

Comments
 (0)