textlint-rule-no-dropping-the-ra
v3.0.0
Published
ら抜き言葉を検出するtextlint rule
Downloads
135,157
Readme
textlint-rule-no-dropping-the-ra
ら抜き言葉を検出する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
- 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
License
MIT