Skip to content

常用漢字を使っているかチェックするtextlintルール

Notifications You must be signed in to change notification settings

kongou-ae/textlint-rule-joyo-kanji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

常用漢字を使っているかチェックするtextlintルール

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published