diff options
Diffstat (limited to '.textlintrc.json')
| -rw-r--r-- | .textlintrc.json | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/.textlintrc.json b/.textlintrc.json index 48cacb8..469a630 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -1,9 +1,7 @@ { "plugins": { "@textlint/markdown": { - "extensions": [ - ".mdx" - ] + "extensions": [".mdx"] }, "mdx": true }, @@ -15,7 +13,20 @@ "rules": { "@textlint-ja/no-dropping-i": true, "@textlint-ja/no-synonyms": { - "allows": ["遣い", "支払い", "支払", "いえ", "ふる", "極め", "コロナ", "ネット", "カネ", "総務", "出し", "パブコメ"] + "allows": [ + "遣い", + "支払い", + "支払", + "いえ", + "ふる", + "極め", + "コロナ", + "ネット", + "カネ", + "総務", + "出し", + "パブコメ" + ] }, "ja-no-abusage": true, "ja-no-redundant-expression": true, @@ -23,9 +34,7 @@ "no-double-negative-ja": true, "no-doubled-conjunction": true, "no-doubled-conjunctive-particle-ga": true, - "no-doubled-joshi": { - "allow": ["も","や"] - }, + "no-doubled-joshi": false, "sentence-length": true, "max-ten": true, "no-mix-dearu-desumasu": true, @@ -36,9 +45,7 @@ "no-zero-width-spaces": true, "no-kangxi-radicals": true, "prh": { - "rulePaths": [ - "prh.yml" - ] + "rulePaths": ["prh.yml"] } } -}
\ No newline at end of file +} |
