forked from nostr-jp/nips-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.textlintrc.json
38 lines (38 loc) · 921 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
{
"filters": {},
"plugins": {},
"rules": {
"preset-ja-spacing": {
"ja-no-space-around-parentheses": false
},
"textlint-rule-preset-ja-technical-writing": {
"ja-no-mixed-period": {
"allowPeriodMarks": [
":"
]
},
"ja-no-redundant-expression": {
"dictOptions": {
"dict5": {
"allows": [
"/^要求を行[ぁ-ん]/",
"/^処理を行[ぁ-ん]/",
"/^[ァ-ヶ]+を.?行[ぁ-ん]/",
"/^[a-zA-Z]+を.?行[ぁ-ん]/"
]
}
}
},
"ja-no-weak-phrase": false,
"max-comma": false,
"no-exclamation-question-mark": false,
"no-mix-dearu-desumasu": {
"preferInBody": "である",
"preferInHeader": "",
"preferInList": "である",
"strict": true
},
"sentence-length": false
}
}
}