0.0.2 • Published 7 years ago

textlint-rule-single-nado v0.0.2

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

textlint-rule-single-nado

Install

Install with npm:

npm install textlint-rule-single-nado

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "single-nado": true
    }
}

Via CLI

textlint --rule single-nado 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