mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
Add a configuration for markdownlint
Ignore some warnings that are spamming the report
This commit is contained in:
10
.markdownlint.json
Normal file
10
.markdownlint.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"no-multiple-blanks": false,
|
||||||
|
"line-length": false,
|
||||||
|
"blanks-around-headers": false,
|
||||||
|
"no-duplicate-header": {
|
||||||
|
"allow_different_nesting": true
|
||||||
|
},
|
||||||
|
"single-h1": false,
|
||||||
|
"blanks-around-lists": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user