2
1
mirror of https://github.com/Thream/api.git synced 2024-07-21 03:38:31 +02:00
api/.markdownlint-cli2.jsonc

6 lines
122 B
Plaintext
Raw Normal View History

2022-08-23 23:53:07 +02:00
{
"globs": ["**/*.{md,mdx}"],
2023-01-11 18:02:38 +01:00
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
2022-08-23 23:53:07 +02:00
}