mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
{
|
|
"config": {
|
|
"extends": "markdownlint/style/prettier",
|
|
"default": true,
|
|
"relative-links": true,
|
|
"no-inline-html": false,
|
|
},
|
|
"globs": ["**/*.md"],
|
|
"ignores": ["**/node_modules", "**/test/fixtures/**"],
|
|
"customRules": ["./src/index.js"],
|
|
}
|