1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00
html-w3c-validator/.markdownlint-cli2.jsonc

13 lines
295 B
Plaintext
Raw Normal View History

2023-01-10 22:15:14 +01:00
{
2023-05-13 16:19:21 +02:00
"config": {
"extends": "markdownlint/style/prettier",
"default": true,
2024-01-30 01:16:56 +01:00
"relative-links": true,
"no-duplicate-heading": false,
"no-inline-html": false,
2023-05-13 16:19:21 +02:00
},
2024-01-30 01:16:56 +01:00
"globs": ["**/*.md"],
2023-01-10 22:15:14 +01:00
"ignores": ["**/node_modules"],
2024-01-30 01:16:56 +01:00
"customRules": ["markdownlint-rule-relative-links"],
2023-01-10 22:15:14 +01:00
}