summaryrefslogtreecommitdiff
path: root/.remarkrc
blob: 256d54cfd5eea7866ee5ed9eb6418d48d30989aa (plain)
1
2
3
4
5
6
7
8
9
{
  "plugins": [
    "preset-lint-markdown-style-guide",

    ["lint-list-item-indent", "space"],
    ["lint-maximum-line-length", false],
    ["lint-ordered-list-marker-value", "ordered"]
  ]
}