1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/.markdownlint-cli2.jsonc

13 lines
295 B
Plaintext
Raw Normal View History

{
2023-05-09 22:56:42 +02:00
"config": {
2024-01-23 22:01:50 +01:00
"extends": "markdownlint/style/prettier",
2023-05-09 22:56:42 +02:00
"default": true,
"relative-links": true,
2024-01-23 22:01:50 +01:00
"no-duplicate-heading": false,
"no-inline-html": false,
2023-05-09 22:56:42 +02:00
},
2024-01-29 21:26:59 +01:00
"globs": ["**/*.md"],
2023-01-10 23:56:46 +01:00
"ignores": ["**/node_modules"],
2024-01-23 22:01:50 +01:00
"customRules": ["markdownlint-rule-relative-links"],
}