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