Skip to content

Commit d96e680

Browse files
committed
fix(rule): temporary disable no-doubled-conjunction
1 parent 8b91727 commit d96e680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/textlint-rule-preset-japanese.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ module.exports = {
2424
"no-doubled-conjunctive-particle-ga": true,
2525
// https://github.com/takahashim/textlint-rule-no-doubled-conjunction
2626
// 同じ接続詞が連続して出現していないかどうか
27-
"no-doubled-conjunction": true,
27+
// temporary disable: https://github.com/takahashim/textlint-rule-no-doubled-conjunction/pull/1
28+
"no-doubled-conjunction": false,
2829
// https://github.com/azu/textlint-rule-no-double-negative-ja
2930
// 二重否定の検出
3031
"no-double-negative-ja": true,

0 commit comments

Comments
 (0)