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.
markdown/require-alt-text
1 parent f72177f commit 05468e2Copy full SHA for 05468e2
eslint.config.mjs
@@ -39,7 +39,8 @@ export default [
39
...markdown.configs.recommended[0].rules,
40
'markdown/heading-increment': 'off', // allow headings to skip levels
41
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
42
- 'markdown/no-missing-label-refs': 'off' // allow missing label references
+ 'markdown/no-missing-label-refs': 'off', // allow missing label references
43
+ 'markdown/require-alt-text': 'off' // allow missing img alts
44
}
45
},
46
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
0 commit comments