mirror of
https://github.com/evroon/bracket.git
synced 2026-01-19 19:49:14 -05:00
24 lines
451 B
JSON
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"
|
|
]
|
|
}
|