Merge pull request #6531 from hashicorp/docs-markdownlintrc

Added a markdownlintrc
This commit is contained in:
Mahmood Ali
2020-07-24 10:41:12 -04:00
committed by GitHub

12
website/.markdownlintrc Normal file
View File

@@ -0,0 +1,12 @@
{
"default": true,
"MD003": { "style": "atx" },
"MD004": { "style": "dash" },
"MD007": { "indent": 2 },
"MD013": { "code_blocks": false },
"MD033": { "allowed_elements": ["a"] },
"MD044": { "names": [
"HashiCorp",
"JavaScript"
]}
}