textlint-rule-no-dropping-the-ra-resola

1.0.3 • Public • Published

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

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

    Package Sidebar

    Install

    npm i textlint-rule-no-dropping-the-ra-resola

    Weekly Downloads

    47

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    14.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • chrisresola