mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
ce456f8ed9
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
15 lines
325 B
YAML
15 lines
325 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
|