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
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"]
}