textlint-rule-single-nado

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-single-nado

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • kongou-ae