0.0.1 • Published 7 years ago

textlint-rule-joyo-kanj v0.0.1

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

textlint-rule-joyo-kanj

Install

Install with npm:

npm install textlint-rule-joyo-kanj

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "joyo-kanj": true
    }
}

Via CLI

textlint --rule joyo-kanj 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