textlint-rule-no-doubled-conjunction

textlint rule plugin to check duplicated conjunctions.

Usage no npm install needed!

<script type="module">
  import textlintRuleNoDoubledConjunction from 'https://cdn.skypack.dev/textlint-rule-no-doubled-conjunction';
</script>

README

textlint-rule-no-doubled-conjunction

This module is a textlint plugin to check duplicated same conjunctions.

同じ接続詞が連続して出現していないかどうかをチェックするためのtextlintルールです。

ex)

かな漢字変換により漢字が多用される傾向がある。しかし漢字の多用が読みにくさをもたらす側面は否定できない。しかし、平仮名が多い文は間延びした印象を与える恐れもある。

In this example, "しかし" are used sequentially.

Installation

npm install textlint-rule-no-doubled-conjunction

Require

  • textlint 5.0 >=

Dependencies

Usage

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

Options

There's no options for this plugin.

Tests

npm test

Reference

License

MIT