Skip to content

Commit 1260b62

Browse files
authored
style(textlint): add よくある誤用をチェックするtextlintルール (#123)
* style(textlint): add textlint-rule-ja-no-abusage textlint-ja/textlint-rule-ja-no-abusage: よくある誤用をチェックするtextlintルール https://github.com/textlint-ja/textlint-rule-ja-no-abusage * style(coverage): add "ja-no-abusage"
1 parent d656de1 commit 1260b62

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.textlintrc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"max-ten": {
77
"max": 3
88
},
9+
"ja-no-abusage": true,
910
"no-nfd": true,
1011
"max-kanji-continuous-len": true,
1112
"no-doubled-conjunctive-particle-ga": true,

coverage.textlintrc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"max": 3,
99
"strict": true
1010
},
11+
"ja-no-abusage": true,
1112
"unexpanded-acronym": true,
1213
"no-nfd": true,
1314
"max-kanji-continuous-len": true,

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"textlint-filter-rule-comments": "^1.2.1",
6868
"textlint-formatter-codecov": "^1.0.2",
6969
"textlint-formatter-lcov": "^1.0.2",
70+
"textlint-rule-ja-no-abusage": "^1.0.1",
7071
"textlint-rule-max-kanji-continuous-len": "^1.0.1",
7172
"textlint-rule-max-ten": "^2.0.0",
7273
"textlint-rule-no-double-negative-ja": "^1.0.2",

0 commit comments

Comments
 (0)