mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2026-01-18 16:54:16 +09:00
Install textlint and markdownlint
This commit is contained in:
17
.markdownlint.json
Normal file
17
.markdownlint.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user