mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
f26a801775
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
20 lines
387 B
YAML
20 lines
387 B
YAML
# Default state for all rules
|
|
default: true
|
|
# Disable max line length
|
|
MD013: false
|
|
# Allow duplicated heading for different sections
|
|
MD024:
|
|
allow_different_nesting: true
|
|
siblings_only: true
|
|
# Allow multiple top-level headings
|
|
MD025: false
|
|
# Allow inline HTML
|
|
MD033: false
|
|
# Allow non blank lines around list
|
|
MD032: false
|
|
MD046:
|
|
style: fenced
|
|
MD034: false
|
|
MD031: false
|
|
MD007: false
|