diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 21:34:21 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 21:34:21 +0900 |
| commit | 4325608150bad29d190154699255a76d85ebe219 (patch) | |
| tree | 7197e9600b48c363ca8ff0698430478b16009dfe | |
| parent | a825075f6daafd70c5c36cbf7e45da1dd83122a5 (diff) | |
.textlintrc.json: no-synonymsの許可リストに名詞/動詞ペアを追加
| -rw-r--r-- | .textlintrc.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/.textlintrc.json b/.textlintrc.json index 469a630..00a8d73 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -19,7 +19,24 @@ "支払", "いえ", "ふる", - "極め", + "引継", + "引継ぎ", + "払出", + "払出し", + "受付", + "受付け", + "申込", + "申込み", + "取扱", + "取扱い", + "貸出", + "貸出し", + "振込", + "振込み", + "引渡", + "引渡し", + "組込", + "組込み", "コロナ", "ネット", "カネ", |
