{
  "presets": ["lint-recommended"],
  "plugins": {
    "lint": {
        "code-block-style": "fenced",
        "fenced-code-marker": "`",
        "fenced-code-flag": {
            "allowEmpty": false
        },
        "heading-increment": true,
        "heading-style": "atx",
        "link-title-style": "\"",
        "list-item-bullet-indent": true,
        "list-item-content-indent": true,
        "list-item-indent": "space",
        "maximum-heading-length": 60,
        "maximum-line-length": 80,
        "no-consecutive-blank-lines": true,
        "no-duplicate-headings-in-section": true,
        "no-file-name-articles": true,
        "no-file-name-consecutive-dashes": true,
        "no-file-name-irregular-characters": true,
        "no-file-name-mixed-case": true,
        "no-file-name-outer-dashes": true,
        "no-heading-content-indent": true,
        "no-heading-indent": true,
        "no-multiple-toplevel-headings": 0,
        "no-table-indentation": true,
        "no-tabs": true,
        "no-undefined-references": true,
        "ordered-list-marker-style": ".",
        "ordered-list-marker-value": "ordered",
        "unordered-list-marker-style": "-"
    }
  }
}
