-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.textlintrc
36 lines (36 loc) · 1.07 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
{
"filters": {},
"rules": {
"@textlint-ja/textlint-rule-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-hojodoushi": true,
"ja-hiragana-keishikimeishi": true,
"ja-unnatural-alphabet": true,
"ng-word": true,
"no-dead-link": {
"ignore": [
"http://localhost:3000/"
]
},
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"prefer-tari-tari": true,
"preset-ja-spacing": true,
"preset-ja-technical-writing": {
"sentence-length": false
},
"preset-jtf-style": {
"1.2.1.句点(。)と読点(、)": false,
"4.3.1.丸かっこ()": false
}
}
}