Gathering detailed insights and metrics for textlint-rule-ja-space-around-code
Gathering detailed insights and metrics for textlint-rule-ja-space-around-code
Gathering detailed insights and metrics for textlint-rule-ja-space-around-code
Gathering detailed insights and metrics for textlint-rule-ja-space-around-code
スペース周りのスタイルを扱うtextlintルールプリセット
npm install textlint-rule-ja-space-around-code
Typescript
Module System
Node Version
NPM Version
97.9
Supply Chain
98.5
Quality
81.2
Maintenance
100
Vulnerability
99.6
License
JavaScript (99.93%)
Shell (0.07%)
Total Downloads
3,304,565
Last Day
1,287
Last Week
30,294
Last Month
119,768
Last Year
1,181,810
MIT License
78 Stars
171 Commits
16 Forks
3 Watchers
3 Branches
13 Contributors
Updated on Jun 30, 2025
Minified
Minified + Gzipped
Latest Version
2.4.2
Package Id
textlint-rule-ja-space-around-code@2.4.2
Unpacked Size
17.72 kB
Size
4.69 kB
File Count
6
NPM Version
lerna/7.1.4/node@v20.12.0+arm64 (darwin)
Node Version
20.12.0
Published on
Apr 24, 2024
Cumulative downloads
Total Downloads
Last Day
-23.6%
1,287
Compared to previous day
Last Week
-4.4%
30,294
Compared to previous week
Last Month
4.7%
119,768
Compared to previous month
Last Year
46.9%
1,181,810
Compared to previous year
2
1
インラインコードの周りをスペースで囲むかどうかを決めるtextlintルール
インラインコードとはTxtASTのCode
nodeのことです。
このルールでは、インラインコードの前後が日本語である場合に半角スペースを入れるかを決定します。 オプションでスペースの有無を決定できます。
`code` と日本語の間はスペースを空ける
`code`と日本語の間はスペースを空けない
Install with npm:
npm install textlint-rule-ja-space-around-code
Via .textlintrc
(Recommended)
1{ 2 "rules": { 3 "ja-space-around-code": true 4 } 5}
Via CLI
textlint --rule ja-space-around-code README.md
before
: boolean
false
true
なら、Code
の前に半角スペースを入れるafter
: boolean
false
true
なら、Code
の後に半角スペースを入れるデフォルト値は次のようになります。
1{ 2 "rules": { 3 "ja-space-around-code": { 4 "before": false, 5 "after": false 6 } 7 } 8}
textlint --fix
の自動修正に対応しています。
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
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
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-23
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