1.0.3 • Published 3 years ago

textlint-rule-ja-joyo-or-jinmeiyo-kanji v1.0.3

Weekly downloads
3
License
CC-BY-SA-3.0
Repository
github
Last release
3 years ago

textlint-rule-ja-joyo-or-jinmeiyo-kanji

常用漢字または人名用漢字であることをチェックするtextlintルール

1:1  error    常用漢字でも人名用漢字でもない漢字「蛙」が含まれています。  ja-joyo-or-jinmeiyo-kanji

Install

Install with npm:

npm install textlint-rule-ja-joyo-or-jinmeiyo-kanji

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "ja-joyo-or-jinmeiyo-kanji": true
    }
}

Via CLI

textlint --rule ja-joyo-or-jinmeiyo-kanji 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

Disclaimer

The following creations are included in this product:

License

CC-BY-SA-3.0 © Tomoyuki Hata

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago