summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/.remarkrc
blob: 4970e65248cc0e30e550b6369cfc42ca06ea0ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "plugins": [
    "preset-lint-recommended",
    ["lint-list-item-bullet-indent", false],
    ["lint-list-item-indent", false],
    ["lint-ordered-list-marker-style", false],
    ["lint-no-unused-definitions", false],
    ["lint-no-shortcut-reference-link", false],
    ["lint-no-shortcut-reference-image", false],
    ["lint-no-table-indentation", true],
    ["lint-table-cell-padding", "consistent"],
    ["lint-table-pipes", false],
    ["validate-links", {
      "repository": ""
    }]
  ]
}