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 8da5ce9 commit fca4ca2Copy full SHA for fca4ca2
.textlintrc
@@ -6,6 +6,7 @@
6
"max-ten": {
7
"max": 3
8
},
9
+ "ja-no-successive-word": true,
10
"ja-no-abusage": true,
11
"no-nfd": true,
12
"max-kanji-continuous-len": true,
package.json
@@ -68,6 +68,7 @@
68
"textlint-formatter-codecov": "^1.0.2",
69
"textlint-formatter-lcov": "^1.0.2",
70
"textlint-rule-ja-no-abusage": "^1.0.1",
71
+ "textlint-rule-ja-no-successive-word": "^1.0.1",
72
"textlint-rule-max-kanji-continuous-len": "^1.0.1",
73
"textlint-rule-max-ten": "^2.0.0",
74
"textlint-rule-no-double-negative-ja": "^1.0.2",
0 commit comments