textlint-ja / textlint-rule-no-dropping-the-ra

ら抜き言葉をチェックするtextlintルール

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textlint-rule-no-dropping-the-ra Actions Status: test

ら抜き言葉を検出するtextlintルールです。

ら抜き言葉は話し言葉のため、書き言葉である文章では使用しないようにします。

OK:

お刺身を食べられない。
見られる
出られる
来られる

NG:

お刺身を食べれない。
人が出れないんです
この距離からでも見れる。
今日は来れる?
人が来れないんです

Installation

npm install textlint-rule-no-dropping-the-ra

Usage

Put "no-dropping-the-ra" to .textlintrc

{
  "rules": {
    "no-dropping-the-ra": true
  }
}

Contributing

  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

License

MIT

Reference

About

ら抜き言葉をチェックするtextlintルール

License:MIT License


Languages

Language:JavaScript 99.1%Language:Shell 0.9%