textlint-rule-no-doubled-conjunction
ใใใใใใใใใใใใใใฎใใใซๅใๆฅ็ถ่ฉใ้ฃ็ถใใใจใๆ็ซ ใ่ชญใฟใซใใใชใใพใใ
ๅใๆฅ็ถ่ฉใ้ฃ็ถใใฆๆธใใใฆใใชใใใใใงใใฏใใใใใฎtextlintใซใผใซใงใใ
ex)
ใใชๆผขๅญๅคๆใซใใๆผขๅญใๅค็จใใใๅพๅใใใใใใใๆผขๅญใฎๅค็จใ่ชญใฟใซใใใใใใใๅด้ขใฏๅฆๅฎใงใใชใใใใใใๅนณไปฎๅใๅคใๆใฏ้ๅปถใณใใๅฐ่ฑกใไธใใๆใใใใใ
In this example, "ใใใ" are used sequentially.
Installation
npm install textlint-rule-no-doubled-conjunction
Require
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