Skip to content

Commit 3466f22

Browse files
committed
Disabled markdown/no-multiple-h1 ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent 05468e2 commit 3466f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default [
4040
'markdown/heading-increment': 'off', // allow headings to skip levels
4141
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
4242
'markdown/no-missing-label-refs': 'off', // allow missing label references
43+
'markdown/no-multiple-h1': 'off', // allow multi H1s
4344
'markdown/require-alt-text': 'off' // allow missing img alts
4445
}
4546
},

0 commit comments

Comments
 (0)