mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Added a markdownlintrc
This will help us more quickly errorcheck the website for non-conforming markdown using https://github.com/igorshubovych/markdownlint-cli
This commit is contained in:
12
website/.markdownlintrc
Normal file
12
website/.markdownlintrc
Normal 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"
|
||||
]}
|
||||
}
|
||||
Reference in New Issue
Block a user