File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,10 @@ I’m very interested in more integrations. Let me know if I can help.
161
161
162
162
## List of External Rules
163
163
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
+ -->
166
168
167
169
* [ ` vhf/remark-lint-alphabetize-lists ` ] ( https://github.com/vhf/remark-lint-alphabetize-lists )
168
170
— 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.
176
178
* [ ` vhf/remark-lint-no-empty-sections ` ] ( https://github.com/vhf/remark-lint-no-empty-sections )
177
179
— Ensure every heading is followed by content (forming a section);
178
180
181
+ * [ ` chcokr/remark-lint-sentence-newline ` ] ( https://github.com/chcokr/remark-lint-sentence-newline )
182
+ — Ensure sentences are followed by a newline;
183
+
179
184
* [ ` vhf/remark-lint-no-url-trailing-slash ` ] ( https://github.com/vhf/remark-lint-no-url-trailing-slash )
180
185
— Ensure that the ` href ` of links has no trailing slash.
181
186
You can’t perform that action at this time.
0 commit comments