From a2ede61e85d7bad909d4ecc8c88d33025ec6c1ad Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:35:19 +0900 Subject: .textlintrc.json: 未払と未払いを同義語チェックの対象外にする MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .textlintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.textlintrc.json b/.textlintrc.json index 6572327..a79115e 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -23,6 +23,8 @@ "引継ぎ", "払出", "払出し", + "未払", + "未払い", "受付", "受付け", "申込", -- cgit v1.3.1