Adding content linting rule to catch gifs (#48612)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
@@ -109,6 +109,11 @@ const githubDocsConfig = {
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'image-no-gif': {
|
||||
// GHD036
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
}
|
||||
|
||||
export const githubDocsFrontmatterConfig = {
|
||||
|
||||
Reference in New Issue
Block a user