mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 05:50:13 +01:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"comment": "Relaxed rules",
|
|
|
|
"default": true,
|
|
"whitespace": false,
|
|
"line_length": false,
|
|
"ul-start-left": false,
|
|
"ul-indent": false,
|
|
"no-inline-html": false,
|
|
"no-bare-urls": false,
|
|
"fenced-code-language": false,
|
|
"first-line-h1": false
|
|
}
|