@textlint-ja/textlint-rule-no-filler
v1.1.0
Published
「ええと」「あの」「まあ」などのフィラー(つなぎ表現)を禁止するtextlintルール
Downloads
374
Keywords
Readme
@textlint-ja/textlint-rule-no-filler
「ええと」「あの」「まあ」などのフィラー(つなぎ表現)を禁止するtextlintルール
フィラー(つなぎ表現)は口語表現であるため、文章だと読みにくくなります。
NG:
えーと、フィラーについてですね。
あのー、この問題について教えてくれますか?
なんか出た…。
Vueのステート管理ライブラリでああるVuexについての文章です。
^ 「あ」 がおかしな位置にあるため検出される
Install
Install with npm:
npm install @textlint-ja/textlint-rule-no-filler
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"@textlint-ja/no-filler": true
}
}
Via CLI
textlint --rule @textlint-ja/no-filler README.md
Changelog
See Releases page.
Running tests
Install devDependencies and Run npm test
:
npm i -d && npm test
Contributing
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
License
MIT © azu