Files
picard/.remarkrc
2021-11-10 16:02:31 +01:00

9 lines
184 B
Plaintext

{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false],
["remark-lint-no-undefined-references", {
"allow": ["x", " "]
}]
]
}