Added config for markdown linter

* Support markdown footnotes
* Don't complain about list indentation
This commit is contained in:
Ian Lewis
2020-01-17 01:49:26 -05:00
parent 6d055f33a1
commit 5e92b48511
+9
View File
@@ -0,0 +1,9 @@
{
"settings": {
"footnotes": true
},
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false]
]
}