mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Configure permissive markdown linting rules
This commit is contained in:
13
.markdownlint.json
Normal file
13
.markdownlint.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"blanks-around-headings": false,
|
||||||
|
"blanks-around-lists": false,
|
||||||
|
"blanks-around-tables": false,
|
||||||
|
"blanks-around-fences": false,
|
||||||
|
"no-bare-urls": false,
|
||||||
|
"line-length": false,
|
||||||
|
"ul-style": false,
|
||||||
|
"no-inline-html": false,
|
||||||
|
"no-multiple-blanks": {
|
||||||
|
"maximum": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user