Skip to content

Commit 537e1c7

Browse files
author
Vlastimil Zeman
committed
Add MD linter configuration
1 parent b985d84 commit 537e1c7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.remarkrc.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
plugins:
2+
preset-lint-consistent:
3+
preset-lint-markdown-style-guide:
4+
preset-lint-recommended:
5+
validate-links:
6+
# Customized settings
7+
lint-list-item-indent: mixed
8+
lint-maximum-line-length: 100
9+
lint-emphasis-marker: '_'

docker/.remarkrc.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
plugins:
2+
preset-lint-consistent:
3+
preset-lint-markdown-style-guide:
4+
preset-lint-recommended:
5+
validate-links:
6+
7+
# Customized settings
8+
lint-list-item-indent: mixed
9+
# Docker Hub is not able to unwrap lines
10+
lint-maximum-line-length: false
11+
lint-emphasis-marker: '_'

0 commit comments

Comments
 (0)