selfdefined/.markdownlint.json
Tierney Cyren 33c92f8010
👕 Add markdown linting (#139)
* test: add markdownlint-cli dependency + npm script

* test: add .markdownlint.json

* docs: update markdown to align with linting rules

Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-05-16 15:32:32 -07:00

6 lines
86 B
JSON

{
"MD004": {"style": "dash"},
"MD013": false,
"MD024": false,
"MD033": false
}