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

Content Linter Rule - Whitespace (#52622)

Co-authored-by: Rachael Sewell <rachmari@github.com>
This commit is contained in:
Ashley
2024-11-07 13:02:18 -05:00
committed by GitHub
parent 630efbd0b3
commit 97f2feb8d5
5 changed files with 145 additions and 1 deletions

View File

@@ -161,6 +161,12 @@ const githubDocsConfig = {
'partial-markdown-files': true,
'yml-files': true,
},
'liquid-tag-whitespace': {
// GHD042
severity: 'error',
'partial-markdown-files': true,
'yml-files': true,
},
}
export const githubDocsFrontmatterConfig = {