From 26317e886ef9e50537be45fbefd4eb2fb26bd215 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:03:40 +0900 Subject: .textlintrc.json: no-mix-dearu-desumasu を無効化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .textlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.3.1