Add MD045/no-alt-text (fixes #75).

This commit is contained in:
Duncan Mackenzie 2017-12-29 17:01:21 -08:00 committed by David Anson
parent ac180ff9b9
commit 4fa837a031
8 changed files with 94 additions and 5 deletions

View file

@ -956,6 +956,16 @@
},
"additionalProperties": false
},
"MD045": {
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
"type": "boolean",
"default": true
},
"no-alt-text": {
"description": "MD045/no-alt-text - Images should have ALT Text attribute",
"type": "boolean",
"default": true
},
"headers": {
"description": "headers - MD001, MD002, MD003, MD018, MD019, MD020, MD021, MD022, MD023, MD024, MD025, MD026, MD036, MD041, MD043",
"type": "boolean",
@ -1060,6 +1070,16 @@
"description": "spelling - MD044",
"type": "boolean",
"default": true
},
"images": {
"description": "images - MD045",
"type": "boolean",
"default": true
},
"accessibility": {
"description": "accessibility - MD045",
"type": "boolean",
"default": true
}
},
"additionalProperties": false