textlint-rule-no-hankaku-kana
v2.0.1
Published
textlint rule that disallow to use 半角カタカナ.
Downloads
124,313
Readme
textlint-rule-no-hankaku-kana
textlint rule that disallow to use 半角カタカナ.
半角カナの利用を禁止するtextlintルール。
半角カナ(はんかくカナ)、半角片仮名(はんかくかたかな, Halfwidth Katakana)とは、幅が半分(半角)の片仮名文字の事。
半角カナとしては以下を対象としています。
- Half-width CJK punctuation(U+FF61〜FF64)
- Half-width Katakana variants(U+FF65〜FF9F)
Install
Install with npm:
npm install textlint-rule-no-hankaku-kana
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"no-hankaku-kana": true
}
}
Via CLI
textlint --rule no-hankaku-kana README.md
Fixable
textlint --fix
での自動修正に対応しています。
Changelog
See Releases page.
Further Reading
- 半角カナ - Wikipedia
- JTF日本語標準スタイルガイド 2.1.5 カタカナ
Running tests
Install devDependencies and Run npm test
:
npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
- 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
Author
License
MIT © azu