0.0.2 • Published 7 years ago

textlint-rule-no-renyo-chushi v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

textlint-rule-no-renyo-chushi

Install

Install with npm:

npm install textlint-rule-no-renyo-chushi

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "no-renyo-chushi": true
    }
}

Via CLI

textlint --rule no-renyo-chushi 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 © kongou-ae