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 743758c commit d1f0b5eCopy full SHA for d1f0b5e
.textlintrc
@@ -7,6 +7,8 @@
7
"no-doubled-joshi": {
8
"min_interval": 1
9
},
10
+ "no-dropping-the-ra": true,
11
+ "no-doubled-conjunctive-particle-ga": true,
12
"sentence-length": {
13
"max": 100
14
package.json
@@ -66,7 +66,9 @@
66
"textlint-formatter-lcov": "^1.0.2",
67
"textlint-rule-max-ten": "^2.0.0",
68
"textlint-rule-no-double-negative-ja": "^1.0.2",
69
+ "textlint-rule-no-doubled-conjunctive-particle-ga": "^1.0.2",
70
"textlint-rule-no-doubled-joshi": "^3.2.0",
71
+ "textlint-rule-no-dropping-the-ra": "^1.0.2",
72
"textlint-rule-no-mix-dearu-desumasu": "^1.1.0",
73
"textlint-rule-no-start-duplicated-conjunction": "^1.0.7",
74
"textlint-rule-preset-jtf-style": "^2.0.0",
0 commit comments