-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.textlintrc
35 lines (35 loc) · 925 Bytes
/
.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
{
"rules": {
"ja-no-orthographic-variants": true,
"ja-hiragana-hojodoushi": true,
"ja-hiragana-fukushi": true,
"ja-hiragana-keishikimeishi": true,
"ja-no-mixed-period": true,
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"ja-no-abusage": true,
"ja-no-redundant-expression": true,
"no-double-negative-ja": true,
"no-doubled-joshi": true,
"no-mix-dearu-desumasu": true,
"max-kanji-continuous-len": {
"max": 5,
"allow": [
"京都外国語大学",
"職務経歴詳細",
"受託開発事業部",
"災害時必要物資管理",
"動的削除処理",
"楽天競馬自動入金"
]
},
"prh": {
"rulePaths" : ["./lint.yml"]
},
"max-ten": {
"max": 3,
"strict": false,
"touten": "、",
"kuten": "。"
}
}
}