-
Notifications
You must be signed in to change notification settings - Fork 0
/
.textlintrc
33 lines (33 loc) · 1021 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
{
"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": true,
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"prefer-tari-tari": true,
"preset-ja-spacing": true,
"preset-ja-technical-writing": true,
"preset-jtf-style": {
"1.1.3.箇条書き": false,
"4.3.1.丸かっこ()": false,
"4.3.2.大かっこ[]": false
},
"terminology": true
}
}