]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.markdownlint.yml
first commit
[pve-eslint.git] / eslint / .markdownlint.yml
1 default: true
2
3 # Exclusions for deliberate/widespread violations
4 MD001: false # Header levels should only increment by one level at a time
5 MD002: false # First header should be a h1 header
6 MD007: # Unordered list indentation
7 indent: 4
8 MD012: false # Multiple consecutive blank lines
9 MD013: false # Line length
10 MD014: false # Dollar signs used before commands without showing output
11 MD019: false # Multiple spaces after hash on atx style header
12 MD021: false # Multiple spaces inside hashes on closed atx style header
13 MD024: false # Multiple headers with the same content
14 MD026: false # Trailing punctuation in header
15 MD029: false # Ordered list item prefix
16 MD030: false # Spaces after list markers
17 MD033: false # Allow inline HTML
18 MD034: false # Bare URL used
19 MD040: false # Fenced code blocks should have a language specified
20 MD041: false # First line in file should be a top level header
21 MD046: false # Code block style