mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
14 lines
199 B
JSON
14 lines
199 B
JSON
{
|
|
"default": true,
|
|
"proper-names": {
|
|
"names": [
|
|
"HTTPS",
|
|
"EXAMPLE",
|
|
"COM",
|
|
"DIRECTORY",
|
|
"FILE"
|
|
]
|
|
},
|
|
"no-bare-urls": false,
|
|
"code-block-style": false
|
|
}
|