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
275 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",
"relative-links": true,
"default": true,
"MD024": false,
"MD033": false
},
2022-08-30 13:42:44 +02:00
"globs": ["**/*.{md,mdx}"],
2023-01-10 23:15:36 +01:00
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
2022-08-30 13:42:44 +02:00
}