Files
bracket/docs/.markdownlint-cli2.jsonc
2023-11-27 21:46:41 +01:00

24 lines
451 B
JSON

{
"config": {
"default": true,
"line-length": {
"strict": true,
"code_blocks": false,
"line_length": 100
},
// part of the markdownlint-rule-relative-links plugin
"relative-links": true
},
"globs": [
"**/*.{md,mdx}"
],
"ignores": [
"node_modules",
"static"
],
"customRules": [
"markdownlint-rule-relative-links"
]
}