Skip to content

Commit fca4ca2

Browse files
committed
chore(textlint): add textlint-rule-ja-no-successive-word
1 parent 8da5ce9 commit fca4ca2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.textlintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"max-ten": {
77
"max": 3
88
},
9+
"ja-no-successive-word": true,
910
"ja-no-abusage": true,
1011
"no-nfd": true,
1112
"max-kanji-continuous-len": true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"textlint-formatter-codecov": "^1.0.2",
6969
"textlint-formatter-lcov": "^1.0.2",
7070
"textlint-rule-ja-no-abusage": "^1.0.1",
71+
"textlint-rule-ja-no-successive-word": "^1.0.1",
7172
"textlint-rule-max-kanji-continuous-len": "^1.0.1",
7273
"textlint-rule-max-ten": "^2.0.0",
7374
"textlint-rule-no-double-negative-ja": "^1.0.2",

0 commit comments

Comments
 (0)