textlint-rule-no-isolated-waw
v1.0.1
Published
ensures that the Arabic conjunction waw is properly connected to the following word and not written in isolation
Downloads
4
Readme
textlint-rule-no-isolated-waw

Ensures that the Arabic conjunction waw is properly connected to the following word and not written in isolation.
Install
Install with npm:
npm install textlint-rule-no-isolated-wawFixable
textlint --rule no-isolated-waw --fix README.mdExample
ساعدت الفيزياء الجيوليجيين في الكشف عن عدد كبير من مكامن النحاس و الحديد و النفط و الفحم و الماء و الملح و مواد البناء و غيرها.ساعدت الفيزياء الجيوليجيين في الكشف عن عدد كبير من مكامن النحاس والحديد والنفط والفحم والماء والملح ومواد البناء وغيرها.
Usage
Via .textlintrc.json(Recommended)
{
"rules": {
"no-isolated-waw": true
}
}Via CLI
textlint --rule no-isolated-waw README.mdBuild
Builds source codes for publish to the lib folder.
You can write ES2015+ source codes in src/ folder.
npm run buildTests
Run test code in test folder.
Test textlint rule by textlint-tester.
npm testLicense
MIT © aborazmeh
