We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c627b1e commit 7a1842eCopy full SHA for 7a1842e
eslint.config.mjs
@@ -66,7 +66,9 @@ export default [
66
...markdown.configs.recommended[0].rules,
67
'markdown/heading-increment': 'off', // allow headings to skip levels
68
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
69
- 'markdown/no-missing-label-refs': 'off' // allow missing label references
+ 'markdown/no-missing-label-refs': 'off', // allow missing label references
70
+ 'markdown/no-multiple-h1': 'off', // allow multi H1s
71
+ 'markdown/require-alt-text': 'off' // allow missing img alts
72
}
73
},
74
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
0 commit comments