-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.textlintrc
48 lines (48 loc) · 1.08 KB
/
.textlintrc
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
{
"filters": {
"comments": true
},
"rules": {
"@textlint-ja/no-synonyms": true,
"max-ten": {
"max": 3
},
"ja-no-redundant-expression": true,
"ja-no-successive-word": true,
"ja-no-abusage": true,
"no-nfd": true,
"max-kanji-continuous-len": true,
"no-doubled-conjunctive-particle-ga": true,
"no-doubled-conjunction": true,
"no-double-negative-ja": true,
"no-doubled-joshi": {
"min_interval": 1
},
"no-dropping-the-ra": true,
"sentence-length": {
"max": 100
},
"no-start-duplicated-conjunction": {
"interval": 2
},
"spellcheck-tech-word": true,
"no-mix-dearu-desumasu": {
"preferInHeader": "",
"preferInBody": "ですます",
"preferInList": "である",
"strict": true
},
"prh": {
"rulePaths": [
"test/prh.yml"
]
},
"preset-jtf-style": {
"2.1.2.漢字": false,
"2.1.5.カタカナ": false,
"2.1.6.カタカナの長音": false,
"4.2.2.疑問符(?)": false,
"4.3.1.丸かっこ()": false
}
}
}