summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/.remarkrc
blob: 04b82b8cc581ff573d7bc7cd14856d38c2d127ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "plugins": [
    "remark-preset-lint-recommended",
    "remark-gfm",
    ["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
  }
}