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

Frontmatter lint (#43925)

This commit is contained in:
Rachael Sewell
2023-10-09 09:46:14 -07:00
committed by GitHub
parent 70d16aa328
commit 4b1b0aadfd
6 changed files with 155 additions and 16 deletions

View File

@@ -104,6 +104,10 @@ export const githubDocsFrontmatterConfig = {
severity: 'error',
'partial-markdown-files': false,
},
'frontmatter-format': {
severity: 'error',
'partial-markdown-files': false,
},
}
// Configures rules from the `github/markdownlint-github` repo