Merge pull request #88: add textlintrc

This commit is contained in:
Bobby Rong 2022-02-19 14:05:32 +08:00 committed by GitHub
commit 56755edc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.textlintrc Normal file
View File

@ -0,0 +1,8 @@
{
"filters": {},
"rules": {
"ja-space-between-half-and-full-width": {
"space": "always"
}
}
}