diff options
-rw-r--r-- | .textlintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.textlintrc.json b/.textlintrc.json index c7c17c9e..7ffc0cdd 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -15,7 +15,7 @@ "rules": { "@textlint-ja/no-dropping-i": true, "@textlint-ja/no-synonyms": { - "allows": ["遣い", "支払い", "支払", "いえ", "ふる", "極め", "コロナ", "ネット", "カネ", "総務"] + "allows": ["遣い", "支払い", "支払", "いえ", "ふる", "極め", "コロナ", "ネット", "カネ", "総務", "ただし"] }, "ja-no-abusage": true, "ja-no-redundant-expression": true, |