tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.remarkrc (500B)


      1 {
      2   "plugins": [
      3     "preset-lint-recommended",
      4     ["lint-list-item-bullet-indent", false],
      5     ["lint-list-item-indent", false],
      6     ["lint-ordered-list-marker-style", false],
      7     ["lint-no-unused-definitions", false],
      8     ["lint-no-shortcut-reference-link", false],
      9     ["lint-no-shortcut-reference-image", false],
     10     ["lint-no-table-indentation", true],
     11     ["lint-table-cell-padding", "consistent"],
     12     ["lint-table-pipes", false],
     13     ["validate-links", {
     14       "repository": ""
     15     }]
     16   ]
     17 }