13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
{
|
|
"config": {
|
|
"extends": "markdownlint/style/prettier",
|
|
"default": true,
|
|
"relative-links": true,
|
|
"no-duplicate-heading": false,
|
|
"no-inline-html": false,
|
|
},
|
|
"globs": ["**/*.md"],
|
|
"ignores": ["**/node_modules", "**/target", "**/book", "**/.bin"],
|
|
"customRules": ["markdownlint-rule-relative-links"],
|
|
}
|