generated from kawamataryo/resume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.textlintrc
131 lines (131 loc) · 3.97 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"rules": {
"preset-ja-technical-writing": {
"sentence-length": {
"max": 120,
"severity": "warning"
},
"max-comma": {
"max": 3
},
"max-ten": {
"max": 3
},
"max-kanji-continuous-len": {
"max": 6
},
"arabic-kanji-numbers": true,
"no-mix-dearu-desumasu": {
"preferInHeader": "",
"preferInBody": "ですます",
"preferInList": "である",
"strict": false
},
"ja-no-mixed-period": {
"periodMark": "。",
"severity": "warning"
},
"no-double-negative-ja": true,
"no-dropping-the-ra": true,
"no-doubled-conjunctive-particle-ga": {
"severity": "warning"
},
"no-doubled-conjunction": true,
"no-doubled-joshi": {
"min_interval": 1,
"severity": "warning"
},
"no-nfd": true,
"no-invalid-control-character": false,
"no-exclamation-question-mark": false,
"no-hankaku-kana": true,
"ja-no-weak-phrase": {
"severity": "warning"
},
"ja-no-successive-word": true,
"ja-no-abusage": true,
"ja-no-redundant-expression": {
"severity": "warning"
},
"ja-unnatural-alphabet": {
"allow": [
"/[A-Z]/"
],
"allowCommonCase": true
},
"no-unmatched-pair": true
},
"preset-jtf-style": {
"1.1.1.本文": true,
"1.1.2.見出し": true,
"1.1.3.箇条書き": true,
"1.1.5.図表のキャプション": true,
"1.2.1.句点(。)と読点(、)": true,
"1.2.2.ピリオド(.)とカンマ(,)": true,
"2.1.2.漢字": false,
"2.1.5.カタカナ": false,
"2.1.6.カタカナの長音": false,
"2.1.8.算用数字": true,
"2.1.9.アルファベット": true,
"2.1.10.算用数字の位取りの表記": true,
"2.2.1.ひらがなと漢字の使い分け": false,
"2.2.2.算用数字と漢数字の使い分け": true,
"2.2.3.一部の助数詞の表記": true,
"3.1.1.全角文字と半角文字の間": false,
"3.1.2.全角文字どうし": false,
"3.2.カタカナ語間のスペースの有無": true,
"3.3.かっこ類と隣接する文字の間のスペースの有無": true,
"4.1.1.句点(。)": true,
"4.1.3.ピリオド(.)、カンマ(,)": true,
"4.2.1.感嘆符(!)": true,
"4.2.2.疑問符(?)": true,
"4.2.4.中黒(・)": true,
"4.2.5.波線(〜)": true,
"4.2.6.ハイフン(-)": true,
"4.2.7.コロン(:)": true,
"4.2.8.セミコロン(;)": true,
"4.2.9.ダッシュ(-)": true,
"4.3.1.丸かっこ()": true,
"4.3.2.大かっこ[]": true,
"4.3.3.かぎかっこ「」": true,
"4.3.4.二重かぎかっこ『』": true,
"4.3.5.二重引用符": true,
"4.3.6.中かっこ{ }": true,
"4.3.7.山かっこ<>": true,
"4.3.8.一重引用符": true
},
"preset-ja-spacing": {
"ja-space-between-half-and-full-width": {
"space": "always"
},
"ja-space-around-code": false,
"ja-no-space-between-full-width": true,
"ja-nakaguro-or-halfwidth-space-between-katakana": true,
"ja-no-space-around-parentheses": true,
"ja-space-after-exclamation": false,
"ja-space-after-question": false,
"ja-no-space-between-full-width": false
},
"spellcheck-tech-word": true,
"period-in-list-item": {
"periodMark": "",
"periodMarks": [
".",
"。",
"."
],
"ignoreLinkEnd": true,
"allowPeriodMarks": [],
"allowEmoji": false,
"forceAppendPeriod": false
},
"ja-hiragana-keishikimeishi": true,
"ja-hiragana-fukushi": true,
"ja-hiragana-hojodoushi": true,
"@textlint-ja/textlint-rule-no-insert-dropping-sa": true,
"prefer-tari-tari": false,
"abbr-within-parentheses": true,
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"footnote-order": true
}
}