1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-10-29 22:17:23 +01:00
programming-challenges/.markdownlint-cli2.jsonc
2023-05-13 18:48:23 +02:00

13 lines
275 B
Plaintext

{
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD024": false,
"MD033": false
},
"globs": ["**/*.{md,mdx}"],
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
}