Skip to content

Commit d1f0b5e

Browse files
committed
chore(textlint): add ら抜き言葉
1 parent 743758c commit d1f0b5e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.textlintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"no-doubled-joshi": {
88
"min_interval": 1
99
},
10+
"no-dropping-the-ra": true,
11+
"no-doubled-conjunctive-particle-ga": true,
1012
"sentence-length": {
1113
"max": 100
1214
},

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
"textlint-formatter-lcov": "^1.0.2",
6767
"textlint-rule-max-ten": "^2.0.0",
6868
"textlint-rule-no-double-negative-ja": "^1.0.2",
69+
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.0.2",
6970
"textlint-rule-no-doubled-joshi": "^3.2.0",
71+
"textlint-rule-no-dropping-the-ra": "^1.0.2",
7072
"textlint-rule-no-mix-dearu-desumasu": "^1.1.0",
7173
"textlint-rule-no-start-duplicated-conjunction": "^1.0.7",
7274
"textlint-rule-preset-jtf-style": "^2.0.0",

0 commit comments

Comments
 (0)