-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_textlintrc
45 lines (45 loc) · 1.29 KB
/
dot_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
{
"filters": {},
"rules": {
"preset-ja-technical-writing": {
"ja-no-weak-phrase": true,
"no-exclamation-question-mark": false,
"max-kanji-continuous-len": {
"max": 8
},
"no-mix-dearu-desumasu": {
"preferInHeader": "",
"preferInBody": "ですます",
"preferInList": "である",
"strict": true
},
"no-doubled-conjunction": true,
"ja-no-abusage": true,
"ja-no-redundant-expression": true,
"no-unmatched-pair": true,
"no-nfd": true,
"no-dropping-the-ra": true,
"no-double-negative-ja": true,
"ja-no-mixed-period": {
"periodMark": "。"
},
"arabic-kanji-numbers": true
},
"jtf-style/3.1.1.全角文字と半角文字の間": false,
"preset-jtf-style": {
"2.1.2.漢字": true,
"2.1.5.カタカナ": false,
"2.1.6.カタカナの長音": false,
"2.2.1.ひらがなと漢字の使い分け": true,
"2.2.3.一部の助数詞の表記": true
},
"ja-hiragana-keishikimeishi": true,
"ja-hiragana-fukushi": true,
"ja-hiragana-hojodoushi": true,
"ja-hiragana-daimeishi": true,
"prefer-tari-tari": true,
"ja-no-orthographic-variants": true,
"no-hoso-kinshi-yogo": true,
"no-dropping-the-ra": true
}
}