Skip to content

Commit

Permalink
feat: add .textlintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Aug 8, 2023
1 parent 711cde1 commit 1134597
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .textlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"plugins": {},
"filters": {},
"rules": {
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"preset-ja-spacing": {
"ja-nakaguro-or-halfwidth-space-between-katakana": true,
"ja-no-space-around-parentheses": true,
"ja-no-space-between-full-width": true,
"ja-space-between-half-and-full-width": {
"space": "never"
},
"ja-space-after-exclamation": false,
"ja-space-after-question": false,
"ja-space-around-code": true,
"ja-space-around-link": true
},
"spellcheck-tech-word": true
}
}

0 comments on commit 1134597

Please sign in to comment.