Skip to content

Commit 183fe46

Browse files
committed
Revert "Relax markdownlint rules for design system documentation"
This reverts commit 73ce535.
1 parent 73ce535 commit 183fe46

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

scripts/config/markdownlint.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,9 @@ MD010: # no-hard-tabs
99
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md
1010
MD013: false
1111

12-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md022.md
13-
# Headings should be surrounded by blank lines - disabled for compact docs
14-
MD022: false
15-
1612
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md
1713
MD024:
1814
siblings_only: true
1915

20-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md026.md
21-
# Allow trailing punctuation in headings (common in step-by-step docs)
22-
MD026: false
23-
24-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md029.md
25-
# Allow any ordered list prefix style
26-
MD029: false
27-
28-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md031.md
29-
# Fenced code blocks blank lines - disabled for compact docs
30-
MD031: false
31-
32-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md032.md
33-
# Lists should be surrounded by blank lines - disabled for compact docs
34-
MD032: false
35-
3616
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md033.md
3717
MD033: false
38-
39-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md040.md
40-
# Allow fenced code blocks without language specification
41-
MD040: false
42-
43-
# https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md
44-
# Table column style - disabled for flexibility
45-
MD060: false

0 commit comments

Comments
 (0)