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
Weekly downloads
38K
increased by2.15%
Maintainers
5
Weekly downloads
 
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