markdownlint/test/proper-names-urls.json

14 lines
199 B
JSON

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