Skip to content

Commit e3d032a

Browse files
committed
Refactor to sort List of External Rules
1 parent b8e4f8d commit e3d032a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@ I’m very interested in more integrations. Let me know if I can help.
161161

162162
## List of External Rules
163163

164-
* [`chcokr/remark-lint-sentence-newline`](https://github.com/chcokr/remark-lint-sentence-newline)
165-
— Ensure sentences are followed by a newline;
164+
<!--
165+
This list is ordered based on the name without prefix, so
166+
excluding `remark-lint-no-` or `remark-lint-`
167+
-->
166168

167169
* [`vhf/remark-lint-alphabetize-lists`](https://github.com/vhf/remark-lint-alphabetize-lists)
168170
— Ensure list items are in alphabetical order;
@@ -176,6 +178,9 @@ I’m very interested in more integrations. Let me know if I can help.
176178
* [`vhf/remark-lint-no-empty-sections`](https://github.com/vhf/remark-lint-no-empty-sections)
177179
— Ensure every heading is followed by content (forming a section);
178180

181+
* [`chcokr/remark-lint-sentence-newline`](https://github.com/chcokr/remark-lint-sentence-newline)
182+
— Ensure sentences are followed by a newline;
183+
179184
* [`vhf/remark-lint-no-url-trailing-slash`](https://github.com/vhf/remark-lint-no-url-trailing-slash)
180185
— Ensure that the `href` of links has no trailing slash.
181186

0 commit comments

Comments
 (0)