1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
{
"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": false,
"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"]
}
}
}
|