diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-16 16:03:40 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-16 16:03:40 +0900 |
| commit | 26317e886ef9e50537be45fbefd4eb2fb26bd215 (patch) | |
| tree | e7b396448db93c6fd64a06894498ea30a59beaaa /.textlintrc.json | |
| parent | 2253c3881f8bb43b0cd525efaf80223c4032ea05 (diff) | |
.textlintrc.json: no-mix-dearu-desumasu を無効化
Diffstat (limited to '.textlintrc.json')
| -rw-r--r-- | .textlintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.textlintrc.json b/.textlintrc.json index 00a8d73..6572327 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -54,7 +54,7 @@ "no-doubled-joshi": false, "sentence-length": true, "max-ten": true, - "no-mix-dearu-desumasu": true, + "no-mix-dearu-desumasu": false, "no-dropping-the-ra": true, "no-nfd": true, "@textlint-rule/no-invalid-control-character": true, |
