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