|
| 1 | +{ |
| 2 | + "plugins": [ |
| 3 | + "remark-gfm", |
| 4 | + ["remark-lint-checkbox-character-style", "consistent"], |
| 5 | + ["remark-lint-checkbox-content-indent", "consistent"], |
| 6 | + "remark-lint-definition-spacing", |
| 7 | + "remark-lint-file-extension", |
| 8 | + ["remark-lint-linebreak-style", "unix"], |
| 9 | + ["remark-lint-link-title-style", "\""], |
| 10 | + ["remark-lint-ordered-list-marker-style", "."], |
| 11 | + "remark-lint-no-dead-urls", |
| 12 | + "remark-lint-no-duplicate-defined-urls", |
| 13 | + "remark-lint-no-duplicate-definitions", |
| 14 | + "remark-lint-no-empty-url", |
| 15 | + "remark-lint-no-file-name-consecutive-dashes", |
| 16 | + "remark-lint-no-file-name-irregular-characters", |
| 17 | + "remark-lint-no-file-name-outer-dashes", |
| 18 | + "remark-lint-no-heading-like-paragraph", |
| 19 | + "remark-lint-no-literal-urls", |
| 20 | + "remark-lint-no-reference-like-url", |
| 21 | + "remark-lint-no-shortcut-reference-image", |
| 22 | + "remark-lint-no-table-indentation", |
| 23 | + "remark-lint-no-undefined-references", |
| 24 | + "remark-lint-no-unneeded-full-reference-image", |
| 25 | + "remark-lint-no-unneeded-full-reference-link", |
| 26 | + "remark-lint-no-unused-definitions", |
| 27 | + ["remark-lint-strikethrough-marker", "~~"], |
| 28 | + ["remark-lint-table-cell-padding", "consistent"], |
| 29 | + "remark-lint-heading-whitespace", |
| 30 | + "remark-lint-list-item-punctuation", |
| 31 | + "remark-lint-match-punctuation", |
| 32 | + "remark-lint-no-hr-after-heading", |
| 33 | + "remark-lint-are-links-valid-duplicate", |
| 34 | + "remark-validate-links" |
| 35 | + ] |
| 36 | +} |
0 commit comments