8
8
9
9
合わせて利用することを想定しているfilterルール(例外を明示できる)も参照してください。
10
10
11
- - [ textlint/textlint-filter-rule-comments: textlint filter rule that disables all rules between comments directive. ] ( https://github.com/textlint/textlint-filter-rule-comments )
12
- - [ textlint/textlint-filter-rule-whitelist: textlint filter rule that filter any word by white list. ] ( https://github.com/textlint/textlint-filter-rule-whitelist )
11
+ - [ textlint/textlint-filter-rule-comments] ( https://github.com/textlint/textlint-filter-rule-comments )
12
+ - [ textlint/textlint-filter-rule-whitelist] ( https://github.com/textlint/textlint-filter-rule-whitelist )
13
13
14
14
<!-- textlint-disable preset-ja-technical-writing/no-mix-dearu-desumasu,
15
15
preset-ja-technical-writing/no-exclamation-question-mark -->
@@ -72,7 +72,7 @@ textlint --preset ja-technical-writing README.md
72
72
"sentence-length": {
73
73
max: 90
74
74
},
75
-
75
+
76
76
### カンマは1文中に3つまで
77
77
> https://github.com/azu/textlint-rule-max-comma
78
78
@@ -81,7 +81,7 @@ textlint --preset ja-technical-writing README.md
81
81
"max-comma": {
82
82
max: 3
83
83
},
84
-
84
+
85
85
### 読点は1文中に3つまで
86
86
> https://github.com/azu/textlint-rule-max-ten
87
87
@@ -90,7 +90,7 @@ textlint --preset ja-technical-writing README.md
90
90
"max-ten": {
91
91
max: 3
92
92
},
93
-
93
+
94
94
### 連続できる最大の漢字長は5文字まで
95
95
> https://github.com/azu/textlint-rule-max-kanji-continuous-len
96
96
@@ -100,7 +100,7 @@ textlint --preset ja-technical-writing README.md
100
100
"max-kanji-continuous-len": {
101
101
max: 5
102
102
},
103
-
103
+
104
104
### 漢数字と算用数字を使い分けます
105
105
> https://github.com/azu/textlint-rule-preset-JTF-style
106
106
@@ -137,17 +137,17 @@ textlint --preset ja-technical-writing README.md
137
137
"ja-no-mixed-period": {
138
138
"periodMark": "。"
139
139
},
140
-
140
+
141
141
### 二重否定は使用しない
142
142
> https://github.com/azu/textlint-rule-no-double-negative-ja
143
143
144
144
"no-double-negative-ja": true,
145
-
145
+
146
146
### ら抜き言葉を使用しない
147
147
> https://github.com/azu/textlint-rule-no-dropping-the-ra
148
148
149
149
"no-dropping-the-ra": true,
150
-
150
+
151
151
152
152
### 逆接の接続助詞「が」を連続して使用しない
153
153
> https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga
@@ -157,12 +157,12 @@ textlint --preset ja-technical-writing README.md
157
157
同一文中に複数回出現していないかをチェックします。
158
158
159
159
"no-doubled-conjunctive-particle-ga": true,
160
-
160
+
161
161
### 同じ接続詞を連続して使用しない
162
162
> https://github.com/takahashim/textlint-rule-no-doubled-conjunction
163
163
164
164
"no-doubled-conjunction": true,
165
-
165
+
166
166
### 同じ助詞を連続して使用しない
167
167
> https://github.com/azu/textlint-rule-no-doubled-joshi
168
168
@@ -177,29 +177,29 @@ textlint --preset ja-technical-writing README.md
177
177
ファイルからコピー&ペーストした文字である場合があります。
178
178
179
179
"no-nfd": true,
180
-
180
+
181
181
### 感嘆符!!、感嘆符??を使用しない
182
182
> https://github.com/azu/textlint-rule-no-exclamation-question-mark
183
183
184
184
特定の感嘆符または感嘆符を使用する場合は、オプションで許可して利用してください。
185
185
186
186
"no-exclamation-question-mark": true,
187
-
187
+
188
188
### 半角カナを使用しない
189
189
> https://github.com/azu/textlint-rule-no-hankaku-kana
190
190
191
191
全角カタカナを使用してください。
192
192
193
193
"no-hankaku-kana": true,
194
-
194
+
195
195
### 弱い日本語表現の利用を使用しない
196
196
> https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase
197
197
198
198
` 〜かもしれない ` 等の弱い表現を使用しない。
199
199
200
200
201
201
"ja-no-weak-phrase": true,
202
-
202
+
203
203
### 同一の単語を間違えて連続しているのをチェックする
204
204
> https://github.com/textlint-ja/textlint-rule-ja-no-successive-word
205
205
@@ -208,14 +208,14 @@ textlint --preset ja-technical-writing README.md
208
208
誤字でない場合は、[ Issue報告] ( https://github.com/textlint-ja/textlint-rule-ja-no-successive-word/issues/new ) してください。
209
209
210
210
"ja-no-successive-word": true,
211
-
211
+
212
212
### よくある日本語の誤用をチェックする
213
213
> https://github.com/textlint-ja/textlint-rule-ja-no-abusage
214
214
215
215
日本語や技術表現における漢字の誤用などをチェックするルールです。
216
216
217
217
"ja-no-abusage": true
218
-
218
+
219
219
## Changelog
220
220
221
221
See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing/releases ) .
0 commit comments