2023-12-07 00:12:28 +01:00
|
|
|
{
|
|
|
|
"config": {
|
2024-02-08 21:33:35 +01:00
|
|
|
"extends": "markdownlint/style/prettier",
|
2023-12-07 00:12:28 +01:00
|
|
|
"default": true,
|
2024-02-08 21:33:35 +01:00
|
|
|
"relative-links": true,
|
2024-01-27 19:49:31 +01:00
|
|
|
"no-duplicate-heading": false,
|
2024-02-08 21:33:35 +01:00
|
|
|
"no-inline-html": false,
|
2023-12-07 00:12:28 +01:00
|
|
|
},
|
2024-01-27 19:49:31 +01:00
|
|
|
"globs": ["**/*.md"],
|
2024-02-08 21:33:35 +01:00
|
|
|
"ignores": ["**/node_modules", "**/target", "**/book", "**/.bin"],
|
|
|
|
"customRules": ["markdownlint-rule-relative-links"],
|
2023-12-07 00:12:28 +01:00
|
|
|
}
|