File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -140,18 +140,7 @@ textlint --preset ja-technical-writing README.md
140140
141141 "no-dropping-the-ra": true,
142142
143- ### 同じ表現から文を開始しすぎない
144- > https://github.com/azu/textlint-rule-no-start-duplicated-conjunction
145143
146- 同じ表現から文を開始している場合、同じことを繰り返し説明している場合があります。
147-
148- 箇条書きなどで同じ表現から開始したいは[ textlint-filter-rule-comments] ( https://github.com/textlint/textlint-filter-rule-comments " textlint-filter-rule-comments ") を使い回避してください。
149-
150- "no-start-duplicated-conjunction": {
151- "interval": 2
152- },
153-
154-
155144### 逆接の接続助詞「が」を連続して使用しない
156145> https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga
157146
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module.exports = {
1010 "no-mix-dearu-desumasu" : require ( "textlint-rule-no-mix-dearu-desumasu" ) ,
1111 "ja-no-mixed-period" : require ( "textlint-rule-ja-no-mixed-period" ) ,
1212 "arabic-kanji-numbers" : jtfRules [ "2.2.2.算用数字と漢数字の使い分け" ] ,
13- "no-start-duplicated-conjunction" : require ( "textlint-rule-no-start-duplicated-conjunction" ) ,
1413 "no-doubled-conjunction" : require ( "textlint-rule-no-doubled-conjunction" ) ,
1514 "no-doubled-conjunctive-particle-ga" : require ( "textlint-rule-no-doubled-conjunctive-particle-ga" ) ,
1615 "no-double-negative-ja" : require ( "textlint-rule-no-double-negative-ja" ) ,
@@ -75,11 +74,6 @@ module.exports = {
7574 // # ら抜き言葉を使用しない
7675 // https://github.com/azu/textlint-rule-no-dropping-the-ra
7776 "no-dropping-the-ra" : true ,
78- // # 同じ表現から文を開始しすぎない
79- // https://github.com/azu/textlint-rule-no-start-duplicated-conjunction
80- "no-start-duplicated-conjunction" : {
81- "interval" : 2
82- } ,
8377 // # 逆接の接続助詞「が」を連続して使用しない
8478 // 逆接の接続助詞「が」は、特に否定の意味ではなくても安易に使われてしまいがちです。
8579 // 同一文中に複数回出現していないかどうかをチェックします。
Original file line number Diff line number Diff line change 5050 "textlint-rule-no-hankaku-kana" : " ^1.0.1" ,
5151 "textlint-rule-no-mix-dearu-desumasu" : " ^3.0.2" ,
5252 "textlint-rule-no-nfd" : " ^1.0.1" ,
53- "textlint-rule-no-start-duplicated-conjunction" : " ^1.1.2" ,
5453 "textlint-rule-preset-jtf-style" : " ^2.2.1" ,
5554 "textlint-rule-sentence-length" : " ^1.0.7"
5655 }
You can’t perform that action at this time.
0 commit comments