|
1 | 1 | {
|
2 | 2 | "plugins": {
|
3 |
| - "remark-lint": { |
| 3 | + "remark-lint/": { |
| 4 | + "blockquote-indentation": 2, |
| 5 | + "checkbox-character-style": { "checked": "x", "unchecked": " " }, |
| 6 | + "checkbox-content-indent": true, |
4 | 7 | "code-block-style": false,
|
5 | 8 | "definition-case": false,
|
| 9 | + "definition-spacing": true, |
6 | 10 | "emphasis-marker": false,
|
| 11 | + "fenced-code-flag": true, |
| 12 | + "fenced-code-marker": "`", |
| 13 | + "file-extension": "md", |
| 14 | + "final-definition": true, |
| 15 | + "final-newline": true, |
7 | 16 | "first-heading-level": false,
|
| 17 | + "hard-break-spaces": true, |
8 | 18 | "heading-increment": false,
|
9 |
| - "list-item-content-indent": false, |
| 19 | + "heading-style": "atx", |
| 20 | + "link-title-style": false, |
10 | 21 | "list-item-bullet-indent": false,
|
| 22 | + "list-item-content-indent": false, |
11 | 23 | "list-item-indent": false,
|
12 | 24 | "list-item-spacing": false,
|
13 | 25 | "maximum-heading-length": false,
|
14 | 26 | "maximum-line-length": false,
|
| 27 | + "no-auto-link-without-protocol": true, |
| 28 | + "no-blockquote-without-caret": true, |
15 | 29 | "no-consecutive-blank-lines": false,
|
| 30 | + "no-duplicate-definitions": true, |
16 | 31 | "no-duplicate-headings": false,
|
17 | 32 | "no-emphasis-as-heading": false,
|
18 | 33 | "no-file-name-articles": false,
|
| 34 | + "no-file-name-consecutive-dashes": true, |
19 | 35 | "no-file-name-irregular-characters": false,
|
| 36 | + "no-file-name-mixed-case": false, |
| 37 | + "no-file-name-outer-dashes": true, |
| 38 | + "no-heading-content-indent": true, |
| 39 | + "no-heading-indent": true, |
20 | 40 | "no-heading-punctuation": false,
|
21 | 41 | "no-html": false,
|
22 | 42 | "no-inline-padding": false,
|
23 |
| - "no-shell-dollars": false, |
24 |
| - "no-shortcut-reference-link": false, |
25 | 43 | "no-literal-urls": false,
|
26 | 44 | "no-missing-blank-lines": false,
|
27 | 45 | "no-multiple-toplevel-headings": false,
|
| 46 | + "no-shell-dollars": false, |
| 47 | + "no-shortcut-reference-image": true, |
| 48 | + "no-shortcut-reference-link": false, |
| 49 | + "no-table-indentation": true, |
| 50 | + "no-tabs": true, |
28 | 51 | "no-undefined-references": false,
|
| 52 | + "no-unused-definitions": true, |
29 | 53 | "ordered-list-marker-style": false,
|
30 | 54 | "ordered-list-marker-value": false,
|
| 55 | + "rule-style": false, |
| 56 | + "strong-marker": false, |
| 57 | + "table-cell-padding": "padded", |
31 | 58 | "table-pipe-alignment": false,
|
| 59 | + "table-pipes": true, |
32 | 60 | "unordered-list-marker-style": false
|
33 | 61 | }
|
34 | 62 | }
|
|
0 commit comments