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

6 lines
122 B
Plaintext
Raw Normal View History

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
}