replace annotations jest test with linter rule (#43673)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
@@ -72,6 +72,11 @@ const githubDocsConfig = {
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'annotate-frontmatter': {
|
||||
// GH040
|
||||
severity: 'error',
|
||||
'partial-markdown-files': false,
|
||||
},
|
||||
}
|
||||
|
||||
const githubMarkdownlintConfig = {
|
||||
|
||||
Reference in New Issue
Block a user