1.0.1 • Published 1 year ago

textlint-rule-no-isolated-waw v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

textlint-rule-no-isolated-waw Actions Status: test textlint rule

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

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

1.0.1

1 year ago

1.0.0

1 year ago