oncall-engine/.markdownlint.json
Joey Orlando c08eeb72a3
add precommit rules for markdown/json files (#915)
* add markdownlint precommit steps + fix existing errors

* prettier json linting
2022-12-01 14:26:54 +01:00

12 lines
159 B
JSON

{
"default": true,
"MD013": {
"line_length": "120"
},
"MD024": {
"siblings_only": true
},
"MD033": {
"allowed_elements": ["img"]
}
}