mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
7321990960
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>
9 lines
195 B
Text
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"]
|
|
]
|
|
}
|