diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-19 18:35:19 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-19 18:35:19 +0900 |
| commit | a2ede61e85d7bad909d4ecc8c88d33025ec6c1ad (patch) | |
| tree | 42e7955f888a432ea38a91ae6b08df20b909e297 | |
| parent | 6e12e40b2a4d58545b088f662a247fdf4355120d (diff) | |
.textlintrc.json: 未払と未払いを同義語チェックの対象外にする
| -rw-r--r-- | .textlintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.textlintrc.json b/.textlintrc.json index 6572327..a79115e 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -23,6 +23,8 @@ "引継ぎ", "払出", "払出し", + "未払", + "未払い", "受付", "受付け", "申込", |
