1.1.0 • Published 3 years ago

@textlint-ja/textlint-rule-no-filler v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago