mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
13 lines
390 B
JSON
13 lines
390 B
JSON
![]() |
{
|
||
|
"globs": [
|
||
|
"*.md",
|
||
|
".github/**/*.md"
|
||
|
],
|
||
|
|
||
|
// ToDo: Following rules can't be fixed automatically. They should be enabled when fixed.
|
||
|
"config": {
|
||
|
"MD013": false, // https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md013---line-length
|
||
|
"MD033": false // https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md#md033---inline-html
|
||
|
}
|
||
|
}
|