]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.markdownlint.yml
import 8.4.0 source
[pve-eslint.git] / eslint / .markdownlint.yml
1 default: true
2
3 # Exclusions for deliberate/widespread violations
4 MD002: false # First header should be a h1 header
5 MD007: # Unordered list indentation
6 indent: 4
7 MD013: false # Line length
8 MD014: false # Dollar signs used before commands without showing output
9 MD019: false # Multiple spaces after hash on atx style header
10 MD021: false # Multiple spaces inside hashes on closed atx style header
11 MD024: false # Multiple headers with the same content
12 MD026: false # Trailing punctuation in header
13 MD029: false # Ordered list item prefix
14 MD030: false # Spaces after list markers
15 MD033: false # Allow inline HTML
16 MD041: false # First line in file should be a top level header
17 MD046: false # Code block style