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

API: created linter ensuring octicons have an aria label (#54798)

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
Ashley
2025-05-20 14:05:31 -04:00
committed by GitHub
parent 2c70eb41ab
commit cb1e971c78
5 changed files with 225 additions and 2 deletions

View File

@@ -168,6 +168,12 @@ const githubDocsConfig = {
'partial-markdown-files': true,
'yml-files': true,
},
'octicon-aria-labels': {
// GHD044
severity: 'warning',
'partial-markdown-files': true,
'yml-files': true,
},
}
export const githubDocsFrontmatterConfig = {