Skip to content

Commit 949eb74

Browse files
committed
update README
1 parent b83a245 commit 949eb74

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# @textlint-ja/textlint-rule-no-filler
22

3-
「ええと」「あの」「まあ」などのフィラーを禁止するtextlintルール
3+
「ええと」「あの」「まあ」などのフィラー(繋ぎ表現)を禁止するtextlintルール
4+
5+
NG:
6+
7+
```
8+
えーと、フィラーについてですね。
9+
あのー、この問題について教えてくれますか?
10+
なんか出た…。
11+
Vueのステート管理ライブラリでああるVuexについての文章です。
12+
^ 「あ」 がおかしな位置にあるの検出される
13+
```
414

515
## Install
616

test/textlint-rule-no-filler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tester.run("textlint-rule-no-filler", rule, {
2020
]
2121
},
2222
{
23-
text: "あのー、この問題について教えれくれますか?",
23+
text: "あのー、この問題について教えてくれますか?",
2424
errors: [
2525
{
2626
message: errorMessage("あのー"),

0 commit comments

Comments
 (0)