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