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

replace annotations jest test with linter rule (#43673)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Rachael Sewell
2023-10-04 10:10:57 -07:00
committed by GitHub
parent cbf8079420
commit 93a16679e5
5 changed files with 63 additions and 15 deletions

View File

@@ -72,6 +72,11 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'annotate-frontmatter': {
// GH040
severity: 'error',
'partial-markdown-files': false,
},
}
const githubMarkdownlintConfig = {