mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"comment": "Relaxed rules",
|
|
|
|
"default": true,
|
|
"whitespace": false,
|
|
"line_length": false,
|
|
"ul-indent": false,
|
|
"no-inline-html": false,
|
|
"no-bare-urls": false,
|
|
"fenced-code-language": false,
|
|
"first-line-h1": false
|
|
}
|