Install with npm:
npm install textlint-rule-joyo-kanji
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.
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
MIT © kongou-ae