2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 21:30:11 +02:00
website/.markdownlint-cli2.jsonc
2023-01-11 17:39:09 +01:00

6 lines
122 B
Plaintext

{
"globs": ["**/*.{md,mdx}"],
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
}