-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.textlintrc.json
38 lines (38 loc) · 954 Bytes
/
.textlintrc.json
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
{
"plugins": ["latex2e"],
"filters": {
"comments": {
"enablingComment": "textlint-enable",
"disablingComment": "textlint-disable"
}
},
"rules": {
"preset-jtf-style": {
"1.2.1.句点(。)と読点(、)": false,
"1.2.2.ピリオド(.)とカンマ(,)": false,
"4.1.3. ピリオド(.)、カンマ(,)": false
},
"preset-ja-spacing": true,
"preset-ja-technical-writing": {
"ja-no-mixed-period": {
"periodMark": "."
},
"max-kanji-continuous-len": false,
"sentence-length": false
},
"@proofdict/proofdict": {
"dictURL": "https://azu.github.io/proof-dictionary/"
},
"no-mix-dearu-desumasu": {
"preferInHeader": "である",
"preferInBody": "である",
"preferInList": "である",
"strict": true
},
"preset-japanese": true,
"prh": {
"rulePaths": ["./prh.yml"]
},
"sentence-length": false
}
}