Change two rules from warning to error markdownlint (#43342)
This commit is contained in:
@@ -16,7 +16,7 @@ export const githubDocsConfig = {
|
||||
},
|
||||
'image-file-kebab': {
|
||||
// GHD004
|
||||
severity: 'warning',
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'internal-links-lang': {
|
||||
|
||||
Reference in New Issue
Block a user