-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.textlintrc.json
More file actions
52 lines (52 loc) · 1.58 KB
/
.textlintrc.json
File metadata and controls
52 lines (52 loc) · 1.58 KB
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
{
"plugins": {},
"filters": {
"comments": true
},
"rules": {
"@proofdict/proofdict": false,
"@textlint-ja/no-dropping-i": true,
"@textlint-ja/no-insert-dropping-sa": true,
"@textlint-rule/no-unmatched-pair": true,
"apostrophe": true,
"doubled-spaces": false,
"ja-hiragana-hojodoushi": true,
"ja-nakaguro-or-halfwidth-space-between-katakana": true,
"ja-no-abusage": true,
"ja-no-mixed-period": false,
"ja-no-redundant-expression": true,
"ja-no-space-around-parentheses": true,
"ja-no-space-between-full-width": true,
"ja-space-after-exclamation": true,
"ja-space-after-question": true,
"ja-space-around-code": true,
"ja-space-around-link": true,
"ja-space-between-half-and-full-width": false,
"ja-unnatural-alphabet": true,
"max-comma": false,
"max-kanji-continuous-len": {
"max": 6,
"allow": ["職務経歴詳細", "業者管理機能", "地域連携機能"]
},
"max-ten": true,
"no-double-negative-ja": true,
"no-doubled-conjunction": true,
"no-doubled-conjunctive-particle-ga": true,
"no-doubled-joshi": true,
"no-dropping-the-ra": true,
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"no-nfd": true,
"period-in-list-item": true,
"prefer-tari-tari": true,
"rousseau": {
"showLevels": ["suggestion", "warning", "error"],
"ignoreTypes": ["adverbs", "readibility", "sentence:start", "sentence:uppercase"]
},
"sentence-length": {
"max": 150
},
"terminology": true,
"use-si-units": true,
"spellcheck-tech-word": true
}
}