-
Notifications
You must be signed in to change notification settings - Fork 3
/
.textlintrc
55 lines (55 loc) · 1.71 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
49
50
51
52
53
54
55
{
"filters": {
"comments": true
},
"rules": {
"@textlint-ja/no-insert-dropping-sa": true,
"@proofdict/proofdict": {
"dictURL": "https://azu.github.io/proof-dictionary/"
},
"abbr-within-parentheses": true,
"footnote-order": true,
"general-novel-style-ja": {
// 各段落の先頭に許可する文字 (false: チェックしない)
"chars_leading_paragraph": false,
// アラビア数字の桁数は2桁まで (false: チェックしない)
"max_arabic_numeral_digits": false
},
"ja-hiragana-fukushi": true,
"ja-hiragana-hojodoushi": true,
"ja-hiragana-keishikimeishi": true,
"no-dead-link": {
"ignore": [
"https://github.com/dev-hato/hato-bot/releases/latest",
"https://platform.openai.com/api-keys",
"https://fly.io/dashboard/",
"https://fly.io/docs/getting-started/launch-demo/#1-install-flyctl",
"https://fly.io/docs/getting-started/launch-demo/#2-sign-up-or-sign-in"
]
},
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"prefer-tari-tari": true,
"preset-ja-spacing": {
"ja-no-space-around-parentheses": false
},
"preset-ja-technical-writing": {
"ja-no-successive-word": {
"allow": [
"人人",
"よし"
]
},
"no-mix-dearu-desumasu": {
"preferInList": "ですます"
}
},
"preset-jtf-style": {
"1.1.3.箇条書き": false,
"3.3.かっこ類と隣接する文字の間のスペースの有無": false,
"4.3.1.丸かっこ()": false,
"4.3.2.大かっこ[]": false,
"4.3.7.山かっこ<>": false
},
"terminology": true
}
}