0.1.0 • Published 4 years ago

textlint-rule-jis-charset v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

textlint-rule-jis-charset

Report if character out of JIS X 0213:2004 is found.

文章の中でJIS X 0213:2004(JIS2004)範囲外の文字が使われていると検出します。検出された文字は一部の電子書籍のリーディングシステムで表示ができないため注意が必要です。

参考:

Thanks:

Install

Install with npm:

npm install textlint-rule-jis-charset

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "jis-charset": true
    }
}

Via CLI

textlint --rule jis-charset 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 © Hiroshi Takase