い抜き言葉を検出するtextlintルールです。
| ○ | × |
|---|---|
| 開発しています。 | 開発してます。 |
| 見学している。 | 見学してる。 |
| 勉強していない。 | 勉強してない。 |
| 遊んでいる。 | 遊んでる。 |
npm install @textlint-ja/textlint-rule-no-dropping-i
Put @textlint-ja/textlint-rule-no-dropping-i to .textlintrc
{
"rules": {
"@textlint-ja/textlint-rule-no-dropping-i": true
}
}- 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
MIT