markdownlint/test/proper-names-urls.json

15 lines
223 B
JSON

{
"default": true,
"proper-names": {
"names": [
"HTTPS",
"EXAMPLE",
"COM",
"DIRECTORY",
"FILE"
]
},
"line-length": false,
"no-bare-urls": false,
"code-block-style": false
}