File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 22
33textlint rule that disallow to use 半角カタカナ.
44
5+ > 半角カナ(はんかくカナ)、半角片仮名(はんかくかたかな, Halfwidth Katakana)とは、幅が半分(半角)の片仮名文字の事。
6+
7+ 半角カナとしては以下を対象としています。
8+
9+ - Halfwidth CJK punctuation(U+FF61〜FF64)
10+ - Halfwidth Katakana variants(U+FF65〜FF9F)
11+
512## Install
613
714Install with [ npm] ( https://www.npmjs.com/ ) :
@@ -33,15 +40,6 @@ See [Releases page](https://github.com/azu/textlint-rule-no-hankaku-kana/release
3340
3441## Further Reading
3542
36- > 半角カナ(はんかくカナ)、半角片仮名(はんかくかたかな, Halfwidth Katakana)とは、幅が半分(半角)の片仮名文字の事。
37-
38- このうち
39-
40- - Halfwidth CJK punctuation(U+FF61〜FF64)
41- - Halfwidth Katakana variants(U+FF65〜FF9F)
42-
43- を対象している。
44-
4543- [ 半角カナ - Wikipedia] ( https://ja.wikipedia.org/wiki/%E5%8D%8A%E8%A7%92%E3%82%AB%E3%83%8A " 半角カナ - Wikipedia ")
4644
4745## Running tests
You can’t perform that action at this time.
0 commit comments