mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
{
|
|
"globs": ["**/*.{md,mdx}"],
|
|
"ignores": ["**/node_modules", "**/test/fixtures"],
|
|
"customRules": ["./src/index.js"]
|
|
}
|