textlint rule to prevent using kangxi radicals.
Install with npm:
npm install textlint-rule-no-kangxi-radicals
Via .textlintrc(Recommended)
{
"rules": {
"no-kangxi-radicals": true
}
}Via CLI
textlint --rule no-kangxi-radicals README.md
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 © xl1