1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/.markdownlint-cli2.jsonc

13 lines
295 B
Plaintext
Raw Normal View History

2022-08-30 13:42:44 +02:00
{
2023-05-13 18:48:23 +02:00
"config": {
"extends": "markdownlint/style/prettier",
"default": true,
2024-01-30 01:21:19 +01:00
"relative-links": true,
"no-duplicate-heading": false,
"no-inline-html": false,
2023-05-13 18:48:23 +02:00
},
2024-01-30 01:21:19 +01:00
"globs": ["**/*.md"],
2023-01-10 23:15:36 +01:00
"ignores": ["**/node_modules"],
2024-01-30 01:21:19 +01:00
"customRules": ["markdownlint-rule-relative-links"],
2022-08-30 13:42:44 +02:00
}