Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

textlint-rule-no-doubled-conjunction

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-rule-no-doubled-conjunction

textlint rule plugin to check duplicated conjunctions.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

textlint-rule-no-doubled-conjunction

ใ€Œใ—ใ‹ใ—ใ€ใ€œใ€‚ใ—ใ‹ใ—ใ€ใ€œใ€ใฎใ‚ˆใ†ใซๅŒใ˜ๆŽฅ็ถš่ฉžใŒ้€ฃ็ถšใ™ใ‚‹ใจใ€ๆ–‡็ซ ใŒ่ชญใฟใซใใใชใ‚Šใพใ™ใ€‚ ๅŒใ˜ๆŽฅ็ถš่ฉžใŒ้€ฃ็ถšใ—ใฆๆ›ธใ‹ใ‚Œใฆใ„ใชใ„ใ‹ใ‚’ใƒใ‚งใƒƒใ‚ฏใ™ใ‚‹ใŸใ‚ใฎtextlintใƒซใƒผใƒซใงใ™ใ€‚

ex)

ใ‹ใชๆผขๅญ—ๅค‰ๆ›ใซใ‚ˆใ‚Šๆผขๅญ—ใŒๅคš็”จใ•ใ‚Œใ‚‹ๅ‚พๅ‘ใŒใ‚ใ‚‹ใ€‚ใ—ใ‹ใ—ๆผขๅญ—ใฎๅคš็”จใŒ่ชญใฟใซใใ•ใ‚’ใ‚‚ใŸใ‚‰ใ™ๅด้ขใฏๅฆๅฎšใงใใชใ„ใ€‚ใ—ใ‹ใ—ใ€ๅนณไปฎๅใŒๅคšใ„ๆ–‡ใฏ้–“ๅปถใณใ—ใŸๅฐ่ฑกใ‚’ไธŽใˆใ‚‹ๆใ‚Œใ‚‚ใ‚ใ‚‹ใ€‚

In this example, "ใ—ใ‹ใ—" are used sequentially.

Installation

npm install textlint-rule-no-doubled-conjunction

Require

  • textlint 5.0 >=

Dependencies

Usage

Via .textlintrc(Recommended)

{
  "rules": {
    "no-doubled-conjunction": true
  }
}

Via CLI

textlint --rule no-doubled-conjunction sample.md

Options

There's no options for this plugin.

Tests

npm test

Reference

License

MIT

Keywords

FAQs

Package last updated on 25 Nov 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc