Add remarkrc

This commit is contained in:
Jensun Ravichandran 2021-06-07 15:18:26 +02:00
parent f65a665157
commit 3aa33fd182

7
.remarkrc Normal file
View File

@ -0,0 +1,7 @@
{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false],
["no-emphasis-as-header", true]
]
}