mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
{
|
|
"config": {
|
|
"extends": "markdownlint/style/prettier",
|
|
"default": true,
|
|
"relative-links": true,
|
|
"no-duplicate-heading": false,
|
|
"no-inline-html": false,
|
|
},
|
|
"globs": ["**/*.{md,mdx}"],
|
|
"ignores": ["**/node_modules"],
|
|
"customRules": ["markdownlint-rule-relative-links"],
|
|
}
|