Skip to content

Commit 397af2d

Browse files
committed
feat(textlint): add no-start-duplicated-conjunction rule
1 parent 69901ab commit 397af2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.textlintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"max": 3
55
},
66
"spellcheck-tech-word": true,
7-
"no-mix-dearu-desumasu": true
7+
"no-mix-dearu-desumasu": true,
8+
"no-start-duplicated-conjunction": {
9+
"interval": 2
10+
}
811
}
912
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"textlint": "^3.3.0",
5353
"textlint-rule-max-ten": "^1.1.0",
5454
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
55+
"textlint-rule-no-start-duplicated-conjunction": "^1.0.3",
5556
"textlint-rule-spellcheck-tech-word": "^4.0.1"
5657
},
5758
"dependencies": {

0 commit comments

Comments
 (0)