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
5
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-waw
Fixable
textlint --rule no-isolated-waw --fix README.md
Example
ساعدت الفيزياء الجيوليجيين في الكشف عن عدد كبير من مكامن النحاس و الحديد و النفط و الفحم و الماء و الملح و مواد البناء و غيرها.
ساعدت الفيزياء الجيوليجيين في الكشف عن عدد كبير من مكامن النحاس والحديد والنفط والفحم والماء والملح ومواد البناء وغيرها.
Usage
Via .textlintrc.json
(Recommended)
{
"rules": {
"no-isolated-waw": true
}
}
Via CLI
textlint --rule no-isolated-waw README.md
Build
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Tests
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
License
MIT © aborazmeh