Skip to content

Commit 6bf0279

Browse files
committed
fix(rule): re-enable "no-doubled-conjunction"
1 parent ab9fc61 commit 6bf0279

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/textlint-rule-preset-japanese.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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",

0 commit comments

Comments
 (0)