Skip to content

Commit 05509e6

Browse files
committed
chore: markdown/no-missing-link-fragments
1 parent 55970b5 commit 05509e6

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
@@ -69,7 +69,8 @@ export default [
6969
'markdown/no-missing-label-refs': 'off', // allow missing label references
7070
'markdown/no-empty-links': 'off', // allow empty links
7171
'markdown/no-multiple-h1': 'off', // 允许多个H1标题
72-
'markdown/require-alt-text': 'off' // 允许img标签不带alt
72+
'markdown/require-alt-text': 'off', // 允许img标签不带alt
73+
'markdown/no-missing-link-fragments': 'off' // 关闭片段链接检查
7374
}
7475
},
7576
{ files: ['**/*.yaml, **/*.yml'], ignores: ['.history/*'], ...yml.configs['flat/standard'][1] },

0 commit comments

Comments
 (0)