aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-05-11 00:36:39 +0900
committer安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-05-11 00:36:39 +0900
commitf5c64a596ce1ad8bd012b2dccbae888bc037d172 (patch)
treef2313c077e4c17aa29896cb115bfca278021df6f
parentae0dae9e9c3ee010d58c9f2a44a10f35739f2533 (diff)
no-synonymsのリスト追加
-rw-r--r--.textlintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.textlintrc.json b/.textlintrc.json
index 7ffc0cdd..01f5e935 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,