textlint-rule-ja-no-orthographic-variants
v2.0.0
Published
表記ゆれをチェックするtextlintルール
Downloads
2,429
Keywords
Readme
textlint-rule-ja-no-orthographic-variants
表記ゆれをチェックする textlint ルール
1:1 error 「組立」、「組み立て」の表記ゆれがあります。 ja-no-orthographic-variants
Install
Install with npm:
npm install textlint-rule-ja-no-orthographic-variants
Usage
Via .textlintrc
(Recommended)
{
"rules": {
"ja-no-orthographic-variants": true
}
}
Via CLI
textlint --rule ja-no-orthographic-variants 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
Disclaimer
The following creations are included in this product:
- 表記統合辞書 ver.1.0
- Copyright 2000 Nara Institute of Science and Technology. All Rights Reserved.
- Please see HTDIC-LICENSE.
License
MIT © Tomoyuki Hata