mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"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
|
|
}
|
|
}
|