Skip to content

Commit ce1c996

Browse files
committed
Disabled markdown/no-missing-link-fragments until eslint/markdown#439 fixed
1 parent de3a3cd commit ce1c996

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export default [
3737
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
3838
'markdown/no-missing-label-refs': 'off', // allow missing label references
3939
'markdown/no-multiple-h1': 'off', // allow multi H1s
40-
'markdown/require-alt-text': 'off' // allow missing img alts
40+
'markdown/require-alt-text': 'off', // allow missing img alts
41+
'markdown/no-missing-link-fragments': 'off' // until https://github.com/eslint/markdown/issues/439 fixed
4142
}
4243
},
4344
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},

0 commit comments

Comments
 (0)