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

markdownlint list capitalization rule (#42207)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Rachael Sewell
2023-09-13 16:38:28 -07:00
committed by GitHub
parent 98749a1d87
commit ca2ea0ae41
5 changed files with 165 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ export const githubDocsConfig = {
severity: 'warning',
'partial-markdown-files': true,
},
'list-first-word-capitalization': {
// GH011
severity: 'warning',
'partial-markdown-files': true,
},
'no-github-docs-domains': {
// GHD020
severity: 'error',