.markdownlint-cli2.yaml 288 B

12345678910111213141516171819
  1. config:
  2. MD012: # no-multiple-blanks
  3. maximum: 2
  4. MD013: # line-length
  5. code_blocks: false
  6. tables: false
  7. MD022: # blanks-around-headings
  8. lines_above: 2
  9. lines_below: 1
  10. MD024: # no-duplicate-heading
  11. siblings_only: true
  12. ignores:
  13. - "CHANGELOG.md"
  14. fix: true