...

Text file src/moul.io/http2curl/v2/tool/lint/.remarkrc

Documentation: moul.io/http2curl/v2/tool/lint

     1{
     2  "plugins": {
     3    "lint": {
     4        "blockquote-indentation": 2,
     5        "emphasis-marker": "*",
     6        "first-heading-level": false,
     7        "link-title-style": "\"",
     8        "list-item-indent": false,
     9        "list-item-spacing": false,
    10        "no-shell-dollars": false,
    11        "maximum-heading-length": false,
    12        "maximum-line-length": false,
    13        "no-duplicate-headings": false,
    14        "no-blockquote-without-caret": false,
    15        "no-file-name-irregular-characters": true,
    16        "no-file-name-outer-dashes": false,
    17        "no-heading-punctuation": false,
    18        "no-html": false,
    19        "no-multiple-toplevel-headings": false,
    20        "ordered-list-marker-style": ".",
    21        "ordered-list-marker-value": "one",
    22        "strong-marker": "*"
    23    }
    24  },
    25  "settings": {
    26    "gfm": true,
    27    "yaml": true,
    28    "rule": "-",
    29    "ruleSpaces": false,
    30    "ruleRepetition": 70,
    31    "emphasis": "*",
    32    "listItemIndent": "1",
    33    "incrementListMarker": false,
    34    "spacedTable": false
    35  }
    36}

View as plain text