-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.textlintrc
More file actions
27 lines (27 loc) · 732 Bytes
/
.textlintrc
File metadata and controls
27 lines (27 loc) · 732 Bytes
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
{
"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,
"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
}
}