๐Ÿ“ฆ rust-lang / rust-clippy

๐Ÿ“„ .remarkrc ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14{
  "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
  }
}