From 949c5df71076311e4248840ee01fb322d570e410 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 2 Mar 2017 16:12:58 +0100 Subject: [PATCH] Add more external rules --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 97dfb64..8f2d39f 100644 --- a/readme.md +++ b/readme.md @@ -240,8 +240,14 @@ excluding `remark-lint-no-` or `remark-lint-` currently supporting [ESLint](https://github.com/Qard/remark-lint-code-eslint). * [`vhf/remark-lint-no-empty-sections`](https://github.com/vhf/remark-lint-no-empty-sections) — ⚠️ Ensure every heading is followed by content (forming a section); +* [`verekia/remark-lint-no-leading-spaces`](https://github.com/verekia/remark-lint-no-leading-spaces) + — ⚠️ Warn about leading white-space; +* [`wemake-services/remark-lint-list-item-punctuation`](https://github.com/verekia/remark-lint-list-item-punctuation) + — ⚠️ check if list items end in periods; * [`chcokr/remark-lint-sentence-newline`](https://github.com/chcokr/remark-lint-sentence-newline) — ⚠️ Ensure sentences are followed by a newline; +* [`verekia/remark-lint-no-trailing-spaces`](https://github.com/verekia/remark-lint-no-trailing-spaces) + — ⚠️ Warn about trailing white-space; * [`vhf/remark-lint-no-url-trailing-slash`](https://github.com/vhf/remark-lint-no-url-trailing-slash) — ⚠️ Ensure that the `href` of links has no trailing slash.