Skip to content

Commit 05468e2

Browse files
committed
Disabled markdown/require-alt-text ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent f72177f commit 05468e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export default [
3939
...markdown.configs.recommended[0].rules,
4040
'markdown/heading-increment': 'off', // allow headings to skip levels
4141
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
42-
'markdown/no-missing-label-refs': 'off' // allow missing label references
42+
'markdown/no-missing-label-refs': 'off', // allow missing label references
43+
'markdown/require-alt-text': 'off' // allow missing img alts
4344
}
4445
},
4546
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},

0 commit comments

Comments
 (0)