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