mirror of
https://github.com/theoludwig/advent_of_code_2023.git
synced 2024-10-29 22:17:19 +01:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
{
|
|
"config": {
|
|
"extends": "markdownlint/style/prettier",
|
|
"default": true,
|
|
"relative-links": true,
|
|
"no-duplicate-heading": false,
|
|
"no-inline-html": false,
|
|
},
|
|
"globs": ["**/*.md"],
|
|
"ignores": ["**/node_modules", "**/target"],
|
|
"customRules": ["markdownlint-rule-relative-links"],
|
|
}
|