-
Notifications
You must be signed in to change notification settings - Fork 30
/
.textlintrc
39 lines (39 loc) · 1.23 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
{
"rules": {
"@textlint-rule/no-invalid-control-character": true,
"preset-jtf-style": {
"1.1.3.箇条書き": false,
"2.1.5.カタカナ": false,
"2.1.6.カタカナの長音": false,
"3.1.1.全角文字と半角文字の間": false,
"3.1.2.全角文字どうし": false,
"4.2.6.ハイフン(-)": false,
"4.2.7.コロン(:)": false,
"4.3.1.丸かっこ()": false,
"4.3.2.大かっこ[]": false
},
"no-mix-dearu-desumasu": {
"preferInHeader": "",
"preferInBody": "ですます",
"preferInList": "ですます",
"strict": false
},
"period-in-list-item": true,
"preset-ja-spacing": {
"ja-space-around-code": {
"before": true,
"after": true
},
"ja-no-space-around-parentheses": false,
"ja-space-between-half-and-full-width": {
"space": "always"
}
},
"@proofdict/proofdict": {
"dictURL": "https://tanabebe.github.io/proof-dictionary/"
},
},
"filters": {
"comments": true
}
}