textlint-rule-joyo-kanji

0.0.2 • Public • Published

textlint-rule-joyo-kanji

Install

Install with npm:

npm install textlint-rule-joyo-kanji

Usage

Via .textlintrc(Recommended)

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

Via CLI

textlint --rule joyo-kanji README.md

If you need to use some joyo kanji, you can use textlint-filter-rule-whitelist.

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

/textlint-rule-joyo-kanji/

    Package Sidebar

    Install

    npm i textlint-rule-joyo-kanji

    Weekly Downloads

    3

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    78.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • kongou-ae