88
99合わせて利用することを想定しているfilterルール(例外を明示できる)も参照してください。
1010
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 )
1313
1414<!-- textlint-disable preset-ja-technical-writing/no-mix-dearu-desumasu,
1515preset-ja-technical-writing/no-exclamation-question-mark -->
@@ -72,7 +72,7 @@ textlint --preset ja-technical-writing README.md
7272 "sentence-length": {
7373 max: 90
7474 },
75-
75+
7676### カンマは1文中に3つまで
7777> https://github.com/azu/textlint-rule-max-comma
7878
@@ -81,7 +81,7 @@ textlint --preset ja-technical-writing README.md
8181 "max-comma": {
8282 max: 3
8383 },
84-
84+
8585### 読点は1文中に3つまで
8686> https://github.com/azu/textlint-rule-max-ten
8787
@@ -90,7 +90,7 @@ textlint --preset ja-technical-writing README.md
9090 "max-ten": {
9191 max: 3
9292 },
93-
93+
9494### 連続できる最大の漢字長は5文字まで
9595> https://github.com/azu/textlint-rule-max-kanji-continuous-len
9696
@@ -100,7 +100,7 @@ textlint --preset ja-technical-writing README.md
100100 "max-kanji-continuous-len": {
101101 max: 5
102102 },
103-
103+
104104### 漢数字と算用数字を使い分けます
105105> https://github.com/azu/textlint-rule-preset-JTF-style
106106
@@ -137,17 +137,17 @@ textlint --preset ja-technical-writing README.md
137137 "ja-no-mixed-period": {
138138 "periodMark": "。"
139139 },
140-
140+
141141### 二重否定は使用しない
142142> https://github.com/azu/textlint-rule-no-double-negative-ja
143143
144144 "no-double-negative-ja": true,
145-
145+
146146### ら抜き言葉を使用しない
147147> https://github.com/azu/textlint-rule-no-dropping-the-ra
148148
149149 "no-dropping-the-ra": true,
150-
150+
151151
152152### 逆接の接続助詞「が」を連続して使用しない
153153> https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga
@@ -157,12 +157,12 @@ textlint --preset ja-technical-writing README.md
157157同一文中に複数回出現していないかをチェックします。
158158
159159 "no-doubled-conjunctive-particle-ga": true,
160-
160+
161161### 同じ接続詞を連続して使用しない
162162> https://github.com/takahashim/textlint-rule-no-doubled-conjunction
163163
164164 "no-doubled-conjunction": true,
165-
165+
166166### 同じ助詞を連続して使用しない
167167> https://github.com/azu/textlint-rule-no-doubled-joshi
168168
@@ -177,29 +177,29 @@ textlint --preset ja-technical-writing README.md
177177ファイルからコピー&ペーストした文字である場合があります。
178178
179179 "no-nfd": true,
180-
180+
181181### 感嘆符!!、感嘆符??を使用しない
182182> https://github.com/azu/textlint-rule-no-exclamation-question-mark
183183
184184特定の感嘆符または感嘆符を使用する場合は、オプションで許可して利用してください。
185185
186186 "no-exclamation-question-mark": true,
187-
187+
188188### 半角カナを使用しない
189189> https://github.com/azu/textlint-rule-no-hankaku-kana
190190
191191全角カタカナを使用してください。
192192
193193 "no-hankaku-kana": true,
194-
194+
195195### 弱い日本語表現の利用を使用しない
196196> https://github.com/textlint-ja/textlint-rule-ja-no-weak-phrase
197197
198198` 〜かもしれない ` 等の弱い表現を使用しない。
199199
200200
201201 "ja-no-weak-phrase": true,
202-
202+
203203### 同一の単語を間違えて連続しているのをチェックする
204204> https://github.com/textlint-ja/textlint-rule-ja-no-successive-word
205205
@@ -208,14 +208,14 @@ textlint --preset ja-technical-writing README.md
208208誤字でない場合は、[ Issue報告] ( https://github.com/textlint-ja/textlint-rule-ja-no-successive-word/issues/new ) してください。
209209
210210 "ja-no-successive-word": true,
211-
211+
212212### よくある日本語の誤用をチェックする
213213> https://github.com/textlint-ja/textlint-rule-ja-no-abusage
214214
215215日本語や技術表現における漢字の誤用などをチェックするルールです。
216216
217217 "ja-no-abusage": true
218-
218+
219219## Changelog
220220
221221See [ Releases page] ( https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing/releases ) .
0 commit comments