textlint-rule-no-doubled-conjunction

textlint rule plugin to check duplicated conjunctions.


Keywords
textlint, rule
License
MIT
Install
npm install textlint-rule-no-doubled-conjunction@1.0.2

Documentation

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