We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b91727 commit d96e680Copy full SHA for d96e680
lib/textlint-rule-preset-japanese.js
@@ -24,7 +24,8 @@ module.exports = {
24
"no-doubled-conjunctive-particle-ga": true,
25
// https://github.com/takahashim/textlint-rule-no-doubled-conjunction
26
// 同じ接続詞が連続して出現していないかどうか
27
- "no-doubled-conjunction": true,
+ // temporary disable: https://github.com/takahashim/textlint-rule-no-doubled-conjunction/pull/1
28
+ "no-doubled-conjunction": false,
29
// https://github.com/azu/textlint-rule-no-double-negative-ja
30
// 二重否定の検出
31
"no-double-negative-ja": true,
0 commit comments