Install textlint and markdownlint

This commit is contained in:
Takumi Sueda
2022-01-12 02:51:44 +09:00
parent cd45f190d9
commit 1718bd57f5
5 changed files with 3076 additions and 0 deletions

17
.markdownlint.json Normal file
View 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
}