Skip to content

Commit 827a3b0

Browse files
committed
Add sentences-per-line third-party custom rule to Dockerfile-rules.
1 parent 543127a commit 827a3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docker/Dockerfile-rules

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN npm install --global --no-package-lock --production \
2222
markdownlint-rule-titlecase \
2323
markdownlint-rule-trace-template-headers \
2424
markdownlint-rules-foliant \
25-
markdownlint-rules-grav-pages
25+
markdownlint-rules-grav-pages \
26+
sentences-per-line
2627

2728
USER node

0 commit comments

Comments
 (0)