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

6 lines
122 B
Plaintext
Raw Normal View History

{
"globs": ["**/*.{md,mdx}"],
2023-01-11 17:39:09 +01:00
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
}