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
140
140
141
141
"no-dropping-the-ra": true,
142
142
143
- ### 同じ表現から文を開始しすぎない
144
- > https://github.com/azu/textlint-rule-no-start-duplicated-conjunction
145
143
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
-
155
144
### 逆接の接続助詞「が」を連続して使用しない
156
145
> https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga
157
146
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module.exports = {
10
10
"no-mix-dearu-desumasu" : require ( "textlint-rule-no-mix-dearu-desumasu" ) ,
11
11
"ja-no-mixed-period" : require ( "textlint-rule-ja-no-mixed-period" ) ,
12
12
"arabic-kanji-numbers" : jtfRules [ "2.2.2.算用数字と漢数字の使い分け" ] ,
13
- "no-start-duplicated-conjunction" : require ( "textlint-rule-no-start-duplicated-conjunction" ) ,
14
13
"no-doubled-conjunction" : require ( "textlint-rule-no-doubled-conjunction" ) ,
15
14
"no-doubled-conjunctive-particle-ga" : require ( "textlint-rule-no-doubled-conjunctive-particle-ga" ) ,
16
15
"no-double-negative-ja" : require ( "textlint-rule-no-double-negative-ja" ) ,
@@ -75,11 +74,6 @@ module.exports = {
75
74
// # ら抜き言葉を使用しない
76
75
// https://github.com/azu/textlint-rule-no-dropping-the-ra
77
76
"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
- } ,
83
77
// # 逆接の接続助詞「が」を連続して使用しない
84
78
// 逆接の接続助詞「が」は、特に否定の意味ではなくても安易に使われてしまいがちです。
85
79
// 同一文中に複数回出現していないかどうかをチェックします。
Original file line number Diff line number Diff line change 50
50
"textlint-rule-no-hankaku-kana" : " ^1.0.1" ,
51
51
"textlint-rule-no-mix-dearu-desumasu" : " ^3.0.2" ,
52
52
"textlint-rule-no-nfd" : " ^1.0.1" ,
53
- "textlint-rule-no-start-duplicated-conjunction" : " ^1.1.2" ,
54
53
"textlint-rule-preset-jtf-style" : " ^2.2.1" ,
55
54
"textlint-rule-sentence-length" : " ^1.0.7"
56
55
}
You can’t perform that action at this time.
0 commit comments