2 "presets": ["lint-recommended", "lint-consistent"],
5 "unordered-list-marker-style": "consistent",
6 "list-item-bullet-indent": true,
7 "list-item-indent": false,
8 "list-item-spacing": false,
10 "maximum-line-length": false,
11 "no-file-name-mixed-case": false,
12 "heading-increment": false,
13 "no-multiple-toplevel-headings": true,
14 "no-consecutive-blank-lines": false,
15 "maximum-line-length": 9000,
16 "maximum-heading-length": 300,
17 "no-heading-punctuation": false,
18 "no-duplicate-headings": false,
19 "emphasis-marker": "*",
21 "blockquote-indentation": false,
27 "listItemIndent": "1",