We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d656de1 commit 1260b62Copy full SHA for 1260b62
.textlintrc
@@ -6,6 +6,7 @@
6
"max-ten": {
7
"max": 3
8
},
9
+ "ja-no-abusage": true,
10
"no-nfd": true,
11
"max-kanji-continuous-len": true,
12
"no-doubled-conjunctive-particle-ga": true,
coverage.textlintrc
@@ -8,6 +8,7 @@
"max": 3,
"strict": true
"unexpanded-acronym": true,
13
14
package.json
@@ -67,6 +67,7 @@
67
"textlint-filter-rule-comments": "^1.2.1",
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-max-kanji-continuous-len": "^1.0.1",
72
"textlint-rule-max-ten": "^2.0.0",
73
"textlint-rule-no-double-negative-ja": "^1.0.2",
0 commit comments