mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-09 22:08:37 +01:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
{
|
|
"config": {
|
|
"extends": "markdownlint/style/prettier",
|
|
"default": true,
|
|
"relative-links": true,
|
|
"no-inline-html": false,
|
|
},
|
|
"globs": ["**/*.md"],
|
|
"ignores": ["**/node_modules"],
|
|
"customRules": ["markdownlint-rule-relative-links"],
|
|
}
|