1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00
eslint-config-conventions/.markdownlint-cli2.jsonc

12 lines
255 B
Plaintext
Raw Normal View History

2022-08-31 13:17:00 +02:00
{
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD033": false
},
2022-08-31 13:17:00 +02:00
"globs": ["**/*.{md,mdx}"],
2023-01-10 13:27:35 +01:00
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
2022-08-31 13:17:00 +02:00
}