mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-11-01 15:58:02 +09:00
18 lines
326 B
JSON
18 lines
326 B
JSON
|
{
|
||
|
"no-inline-html": {
|
||
|
"allowed_elements": [
|
||
|
"img"
|
||
|
]
|
||
|
},
|
||
|
"blanks-around-headings": {
|
||
|
"lines_above": 2,
|
||
|
"lines_below": 1
|
||
|
},
|
||
|
"no-multiple-blanks": {
|
||
|
"maximum": 2
|
||
|
},
|
||
|
"single-title": false,
|
||
|
"line-length": false,
|
||
|
"commands-show-output": false
|
||
|
}
|