This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/.markdownlint-cli2.jsonc

12 lines
255 B
Plaintext
Raw Normal View History

{
2023-05-13 20:28:24 +02:00
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD033": false
},
"globs": ["**/*.{md,mdx}"],
2023-01-11 17:39:09 +01:00
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
}