We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fcbfe commit 0c44d5aCopy full SHA for 0c44d5a
src/configs/markdown.ts
@@ -47,6 +47,7 @@ export async function markdown(
47
name: 'antfu/markdown/rules',
48
rules: {
49
...markdown.configs.recommended.at(0)?.rules,
50
+ 'markdown/fenced-code-language': 'off',
51
// https://github.com/eslint/markdown/issues/294
52
'markdown/no-missing-label-refs': 'off',
53
...overridesMarkdown,
0 commit comments