mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
15 lines
199 B
JSON
15 lines
199 B
JSON
|
|
{
|
||
|
|
"default": true,
|
||
|
|
"proper-names": {
|
||
|
|
"names": [
|
||
|
|
"HTTPS",
|
||
|
|
"EXAMPLE",
|
||
|
|
"COM",
|
||
|
|
"DIRECTORY",
|
||
|
|
"FILE"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"no-bare-urls": false,
|
||
|
|
"code-block-style": false
|
||
|
|
}
|