
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
textlint-rule-ja-no-mixed-period
Advanced tools
文末の句点(。)の統一 OR 抜けをチェックするtextlintルール
OK: これは問題ない文章です。
NG: これは問題ある文章です
パラグラフの末尾に必ず句点記号を付けていることをチェックするルールです。
Install with npm:
npm install textlint-rule-ja-no-mixed-period
Via .textlintrc
(Recommended)
{
"rules": {
"ja-no-mixed-period": true
}
}
Via CLI
textlint --rule ja-no-mixed-period README.md
periodMark
(string):
{
"rules": {
"ja-no-mixed-period": {
"periodMark": "。"
}
}
}
会話文
末尾に。
がない場合でも、代わりに感嘆符や疑問符、括弧などがある場合は例外として扱います。
これは問題ない文章ですか!? 「会話文は括弧で括れば末尾に。がなくても問題ありません」
箇条書き
箇条書きの中はチェックせず無視します。
- これは問題ないです
- これも問題ないです
日本語ではない
日本語が含まれていないパラグラフは無視します。
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
FAQs
文末の句点(。)の統一 OR 抜けをチェックするtextlintルール
We found that textlint-rule-ja-no-mixed-period demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.