mirror of
https://github.com/kovetskiy/mark.git
synced 2025-01-23 09:13:49 +08:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|