2020-01-21 23:32:25 +08:00
|
|
|
{
|
|
|
|
"plugins": [
|
|
|
|
"remark-preset-lint-recommended",
|
2021-06-25 23:24:44 +08:00
|
|
|
"remark-gfm",
|
2020-01-21 23:32:25 +08:00
|
|
|
["remark-lint-list-item-indent", false],
|
|
|
|
["remark-lint-no-literal-urls", false],
|
|
|
|
["remark-lint-no-shortcut-reference-link", false],
|
|
|
|
["remark-lint-maximum-line-length", 120]
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"commonmark": true
|
|
|
|
}
|
|
|
|
}
|