textlint-rule-no-kangxi-radicals

0.2.2 • Public • Published

textlint-rule-no-kangxi-radicals

textlint rule to prevent using kangxi radicals.

Install

Install with npm:

npm install textlint-rule-no-kangxi-radicals

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "no-kangxi-radicals": true
    }
}

Via CLI

textlint --rule no-kangxi-radicals 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

License

MIT © xl1

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-no-kangxi-radicals

Weekly Downloads

4,019

Version

0.2.2

License

MIT

Unpacked Size

18.9 kB

Total Files

5

Last publish

Collaborators

  • xl1