Security News
Python Overtakes JavaScript as Top Programming Language on GitHub
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
@textlint-rule/textlint-rule-no-unmatched-pair
Advanced tools
textlint rule that check unmatched pairs like "(" and ")"
textlint rule that check unmatched pairs like (
and ]
"
and "
[
and ]
(
and )
{
and }
「
and 」
(
and )
『
and 』
{
and }
[
and ]
〚
and 〛
【
and 】
«
and »
‹
and ›
OK:
これは(秘密)です。
John said "Hello World!".
NG:
これは(秘密)です。
John said "Hello World!'.
Install with npm:
npm install @textlint-rule/textlint-rule-no-unmatched-pair
Via .textlintrc
(Recommended)
{
"rules": {
"@textlint-rule/no-unmatched-pair": true
}
}
Via CLI
textlint --rule @textlint-rule/no-unmatched-pair 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
FAQs
textlint rule that check unmatched pairs like "(" and ")"
The npm package @textlint-rule/textlint-rule-no-unmatched-pair receives a total of 24,544 weekly downloads. As such, @textlint-rule/textlint-rule-no-unmatched-pair popularity was classified as popular.
We found that @textlint-rule/textlint-rule-no-unmatched-pair demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
Security News
Dutch National Police and FBI dismantle Redline and Meta infostealer malware-as-a-service operations in Operation Magnus, seizing servers and source code.
Research
Security News
Socket is tracking a new trend where malicious actors are now exploiting the popularity of LLM research to spread malware through seemingly useful open source packages.