Gathering detailed insights and metrics for textlint-rule-ja-no-space-between-half-and-full-width
Gathering detailed insights and metrics for textlint-rule-ja-no-space-between-half-and-full-width
Gathering detailed insights and metrics for textlint-rule-ja-no-space-between-half-and-full-width
Gathering detailed insights and metrics for textlint-rule-ja-no-space-between-half-and-full-width
スペース周りのスタイルを扱うtextlintルールプリセット
npm install textlint-rule-ja-no-space-between-half-and-full-width
Typescript
Module System
Node Version
NPM Version
JavaScript (99.93%)
Shell (0.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
80 Stars
171 Commits
16 Forks
3 Watchers
3 Branches
13 Contributors
Updated on Jul 09, 2025
Latest Version
1.0.2
Package Id
textlint-rule-ja-no-space-between-half-and-full-width@1.0.2
Size
2.87 kB
NPM Version
3.8.3
Node Version
5.10.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
4
半角文字と全角文字のスペースについてのtextlintルール
全角文字と半角文字の間にスペースを入れません。
OK: これはUnicode
NG: これは Unicode
Install with npm:
npm install textlint-rule-ja-no-space-between-half-and-full-width
Via .textlintrc
(Recommended)
1{ 2 "rules": { 3 "ja-no-space-between-half-and-full-width": true 4 } 5}
Via CLI
textlint --rule ja-no-space-between-half-and-full-width README.md
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
4 existing vulnerabilities detected
Details
Reason
Found 6/18 approved changesets -- score normalized to 3
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More