mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-20 13:22:37 +00:00
Add markdown lint
This commit is contained in:
12
.markdownlint-cli2.jsonc
Normal file
12
.markdownlint-cli2.jsonc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user