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

10
.textlintrc Normal file
View File

@@ -0,0 +1,10 @@
{
"rules": {
"preset-japanese": true,
"prh": {
"rulePaths": [
"prh_rules/wiki.yml"
]
}
}
}