mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"default": true,
|
|
"relative-links": true,
|
|
"extends": "markdownlint/style/prettier",
|
|
"MD024": false,
|
|
"MD033": false,
|
|
"MD041": false
|
|
}
|