textlint-rule-no-space-between-full-width
v1.0.0
Published
textlint rule to disallow spaces between full-width characters
Maintainers
Readme
textlint-rule-no-space-between-full-width
textlint rule to disallow spaces between full-width characters.
Unlike textlint-rule-ja-no-space-between-full-width, this rule does NOT exclude katakana compound words.
Install
npm install textlint-rule-no-space-between-full-widthUsage
{
"rules": {
"no-space-between-full-width": true
}
}Examples
Invalid
コア リポジトリ->コアリポジトリ日本語 テキスト->日本語テキスト
Valid (no changes)
Hello World(half-width only)Meta の(half-width + full-width)Collector コンポーネント(half-width + full-width)
License
MIT
