1
0
mirror of synced 2025-12-20 18:36:31 -05:00

Change two rules from warning to error markdownlint (#43342)

This commit is contained in:
Rachael Sewell
2023-09-26 10:52:34 -07:00
committed by GitHub
parent aa8b19eb35
commit 9c657e26db
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export const githubDocsConfig = {
},
'image-file-kebab': {
// GHD004
severity: 'warning',
severity: 'error',
'partial-markdown-files': true,
},
'internal-links-lang': {