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 69901ab commit 397af2dCopy full SHA for 397af2d
.textlintrc
@@ -4,6 +4,9 @@
4
"max": 3
5
},
6
"spellcheck-tech-word": true,
7
- "no-mix-dearu-desumasu": true
+ "no-mix-dearu-desumasu": true,
8
+ "no-start-duplicated-conjunction": {
9
+ "interval": 2
10
+ }
11
}
12
package.json
@@ -52,6 +52,7 @@
52
"textlint": "^3.3.0",
53
"textlint-rule-max-ten": "^1.1.0",
54
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
55
+ "textlint-rule-no-start-duplicated-conjunction": "^1.0.3",
56
"textlint-rule-spellcheck-tech-word": "^4.0.1"
57
58
"dependencies": {
0 commit comments