1+ {
2+ "presets": ["lint-recommended"],
3+ "plugins": {
4+ "lint": {
5+ "code-block-style": "fenced",
6+ "fenced-code-marker": "`",
7+ "fenced-code-flag": {
8+ "allowEmpty": false
9+ },
10+ "heading-increment": true,
11+ "heading-style": "atx",
12+ "link-title-style": "\"",
13+ "list-item-bullet-indent": true,
14+ "list-item-content-indent": true,
15+ "list-item-indent": "space",
16+ "maximum-heading-length": 60,
17+ "maximum-line-length": 80,
18+ "no-consecutive-blank-lines": true,
19+ "no-duplicate-headings": true,
20+ "no-file-name-articles": true,
21+ "no-file-name-articles": true,
22+ "no-file-name-consecutive-dashes": true,
23+ "no-file-name-consecutive-dashes": true,
24+ "no-file-name-irregular-characters": true,
25+ "no-file-name-irregular-characters": true,
26+ "no-file-name-mixed-case": true,
27+ "no-file-name-mixed-case": true,
28+ "no-file-name-outer-dashes": true,
29+ "no-file-name-outer-dashes": true,
30+ "no-heading-content-indent": true,
31+ "no-heading-content-indent": true,
32+ "no-heading-indent": true,
33+ "no-heading-indent": true,
34+ "no-multiple-toplevel-headings": 0,
35+ "no-table-indentation": true,
36+ "no-tabs": true,
37+ "no-undefined-references": true,
38+ "ordered-list-marker-style": ".",
39+ "ordered-list-marker-value": "ordered",
40+ "unordered-list-marker-style": "-"
41+ }
42+ }
43+ }
0 commit comments