hedgedoc/.remarkrc
oupala 7321990960 fix: override markdown linting preset
Override markdown linting preset to disable a rule that seems useless and to change the default setting of 2 other rules.

Signed-off-by: oupala <oupala@users.noreply.github.com>
2020-07-10 18:57:31 +02:00

9 lines
195 B
Text

{
"plugins": [
"preset-lint-markdown-style-guide",
["lint-list-item-indent", "space"],
["lint-maximum-line-length", false],
["lint-ordered-list-marker-value", "ordered"]
]
}