mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
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>
This commit is contained in:
parent
94058ef0a0
commit
7321990960
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"preset-lint-markdown-style-guide"
|
"preset-lint-markdown-style-guide",
|
||||||
|
|
||||||
|
["lint-list-item-indent", "space"],
|
||||||
|
["lint-maximum-line-length", false],
|
||||||
|
["lint-ordered-list-marker-value", "ordered"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue