diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-09 00:30:45 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-09 00:30:45 +0900 |
commit | d2a4495cc3affbbd6fe4a4c9e519149c5a1ae1df (patch) | |
tree | 8cd5d07560c9e576f78799ec513b07323c03dd1e /.textlintrc.json | |
parent | a7c0b57d90c8f2f204f5e43b96f50f47f164b832 (diff) |
initial commit
Diffstat (limited to '.textlintrc.json')
-rw-r--r-- | .textlintrc.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.textlintrc.json b/.textlintrc.json new file mode 100644 index 00000000..c7c17c9e --- /dev/null +++ b/.textlintrc.json @@ -0,0 +1,44 @@ +{ + "plugins": { + "@textlint/markdown": { + "extensions": [ + ".mdx" + ] + }, + "mdx": true + }, + "filters": { + "allowlist": true, + "comments": true, + "ja-named-entities": true + }, + "rules": { + "@textlint-ja/no-dropping-i": true, + "@textlint-ja/no-synonyms": { + "allows": ["遣い", "支払い", "支払", "いえ", "ふる", "極め", "コロナ", "ネット", "カネ", "総務"] + }, + "ja-no-abusage": true, + "ja-no-redundant-expression": true, + "ja-unnatural-alphabet": true, + "no-double-negative-ja": true, + "no-doubled-conjunction": true, + "no-doubled-conjunctive-particle-ga": true, + "no-doubled-joshi": { + "allow": ["も","や"] + }, + "sentence-length": true, + "max-ten": true, + "no-mix-dearu-desumasu": true, + "no-dropping-the-ra": true, + "no-nfd": true, + "@textlint-rule/no-invalid-control-character": true, + "prefer-tari-tari": true, + "no-zero-width-spaces": true, + "no-kangxi-radicals": true, + "prh": { + "rulePaths": [ + "prh.yml" + ] + } + } +}
\ No newline at end of file |