Skip to content

Commit

Permalink
mdlint: Use named rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jul 13, 2021
1 parent 152a50a commit a79e159
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
# Default state for all rules
default: true

# ul-style
MD004: false

# line-length
MD013: false

# no-duplicate-header
MD024:
ul-style: false
line-length: false
no-duplicate-header:
siblings_only: true

# ol-prefix
MD029:
ol-prefix:
style: ordered

# no-inline-html
MD033: false

# fenced-code-language
MD040: false

no-inline-html: false
fenced-code-language: false

0 comments on commit a79e159

Please sign in to comment.