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

12 lines
255 B
Plaintext
Raw Permalink Normal View History

2022-08-23 23:53:07 +02:00
{
2023-05-13 20:09:02 +02:00
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD033": false
},
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
}