mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2025-12-12 18:05:49 +00:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"plugins": [
|
|
"remark-gfm",
|
|
"remark-preset-lint-consistent",
|
|
"remark-preset-lint-markdown-style-guide",
|
|
"remark-preset-lint-recommended",
|
|
[
|
|
"remark-lint-maximum-line-length",
|
|
false
|
|
],
|
|
[
|
|
"remark-lint-list-item-indent",
|
|
"one"
|
|
]
|
|
]
|
|
}
|