File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ module.exports = {
2424 "no-doubled-conjunctive-particle-ga" : true ,
2525 // https://github.com/takahashim/textlint-rule-no-doubled-conjunction
2626 // 同じ接続詞が連続して出現していないかどうか
27- // temporary disable: https://github.com/takahashim/textlint-rule-no-doubled-conjunction/pull/1
28- "no-doubled-conjunction" : false ,
27+ "no-doubled-conjunction" : true ,
2928 // https://github.com/azu/textlint-rule-no-double-negative-ja
3029 // 二重否定の検出
3130 "no-double-negative-ja" : true ,
Original file line number Diff line number Diff line change 3131 "dependencies" : {
3232 "textlint-rule-max-ten" : " ^2.0.0" ,
3333 "textlint-rule-no-double-negative-ja" : " ^1.0.3" ,
34- "textlint-rule-no-doubled-conjunction" : " ^1.0.1 " ,
34+ "textlint-rule-no-doubled-conjunction" : " ^1.0.2 " ,
3535 "textlint-rule-no-doubled-conjunctive-particle-ga" : " ^1.0.2" ,
3636 "textlint-rule-no-doubled-joshi" : " ^3.0.0" ,
3737 "textlint-rule-no-mix-dearu-desumasu" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments