|
1 | 1 | { |
| 2 | + "settings": { |
| 3 | + "bullet": "-", |
| 4 | + "commonmark": true, |
| 5 | + "emphasis": "*", |
| 6 | + "fences": true, |
| 7 | + "incrementListMarker": false, |
| 8 | + "listItemIndent": "tab", |
| 9 | + "rule": "-", |
| 10 | + "strong": "*" |
| 11 | + }, |
2 | 12 | "plugins": [ |
3 | 13 | "preset-lint-markdown-style-guide", |
4 | 14 | "preset-lint-recommended", |
5 | 15 | "remark-gfm", |
6 | | - ["lint-no-duplicate-headings", false], |
7 | | - ["lint-list-item-indent", "tab"], |
8 | 16 | ["lint-emphasis-marker", "consistent"], |
| 17 | + ["lint-list-item-indent", "tab"], |
9 | 18 | ["lint-maximum-line-length", 500], |
10 | 19 | ["lint-maximum-heading-length", false], |
| 20 | + ["lint-no-duplicate-headings", false], |
11 | 21 | ["lint-no-shortcut-reference-link", false], |
12 | | - ["remark-lint-unordered-list-marker-style", "-"], |
13 | 22 | ["lint-no-trailing-spaces"], |
14 | | - ["remark-lint-code-block-style", false], |
15 | 23 | ["lint-no-undefined-references", false], |
16 | | - ["remark-lint-heading-style", false] |
| 24 | + ["remark-lint-code-block-style", false], |
| 25 | + ["remark-lint-heading-style", false], |
| 26 | + ["remark-lint-list-item-spacing", 1], |
| 27 | + ["remark-lint-unordered-list-marker-style", "-"] |
17 | 28 | ] |
18 | 29 | } |
0 commit comments