markdownlint-rule-relative-.../.markdownlint-cli2.jsonc

12 lines
265 B
Plaintext
Raw Normal View History

2023-01-02 15:23:16 +01:00
{
2023-05-13 16:03:06 +02:00
"config": {
"extends": "markdownlint/style/prettier",
"default": true,
2024-01-12 01:22:06 +01:00
"relative-links": true,
2024-01-29 21:24:22 +01:00
"no-inline-html": false,
2023-05-13 16:03:06 +02:00
},
2024-01-29 21:24:22 +01:00
"globs": ["**/*.md"],
"ignores": ["**/node_modules", "**/test/fixtures/**"],
2024-01-29 21:24:22 +01:00
"customRules": ["./src/index.js"],
2023-01-02 15:23:16 +01:00
}