1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update a few things for consistency content linter (#44662)

This commit is contained in:
Rachael Sewell
2023-10-18 19:13:55 -07:00
committed by GitHub
parent bc8c4e44c4
commit d14fd461fb
28 changed files with 100 additions and 105 deletions

View File

@@ -4,7 +4,7 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'internal-links-lang': {
'internal-links-no-lang': {
// GHD002
severity: 'error',
'partial-markdown-files': true,
@@ -14,7 +14,7 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'image-file-kebab': {
'image-file-kebab-case': {
// GHD004
severity: 'error',
'partial-markdown-files': true,
@@ -29,7 +29,7 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'annotate-frontmatter': {
'code-annotations': {
// GHD007
severity: 'error',
'partial-markdown-files': false,