From 5bc1e63756cae6974430f1e6cf1a4d5e88f5b9cc Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:19:10 +0900 Subject: Initial commit --- .textlintrc.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .textlintrc.json (limited to '.textlintrc.json') diff --git a/.textlintrc.json b/.textlintrc.json new file mode 100644 index 0000000..48cacb8 --- /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 -- cgit v1.2.3-54-g00ecf