Skip to content

Commit 17dfe55

Browse files
authored
Disabled markdown/<no-multiple-h1|require-alt-text>
1 parent b285750 commit 17dfe55

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ export default [
3535
...markdown.configs.recommended[0].rules,
3636
'markdown/heading-increment': 'off', // allow headings to skip levels
3737
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
38-
'markdown/no-missing-label-refs': 'off' // allow missing label references
38+
'markdown/no-missing-label-refs': 'off', // allow missing label references
39+
'markdown/no-multiple-h1': 'off', // allow multi H1s
40+
'markdown/require-alt-text': 'off' // allow missing img alts
3941
}
4042
},
4143
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},

0 commit comments

Comments
 (0)