textlint rule: spell check technical word for japanese.
npm install textlint-rule-spellcheck-tech-wordThis rule module for azu/textlint.
This rule provide tech word checking for web engineer.
- azu/technical-word-rulesの辞書を使ったtextlint用のルールです
- WEB+DB PRESS用語統一ルールやJavaScript関連の用語などを含んでいます。
```
npm install textlint-rule-spellcheck-tech-word
``
npm i --save-dev textlint textlint-rule-spellcheck-tech-word
textlint --rule spellcheck-tech-word file.md
See example/
`sh
$ textlint --rule spellcheck-tech-word README.md
textlint-rule-spellcheck-tech-word/example/README.md
3:4 error Java Script => JavaScript
✖ 1 problem
`

textlint --fix での自動修正に対応しています。
Q. azu/textlint-plugin-JTF-styleと衝突する
A. カタカナの表記ルールが異なるために両方のルールを適応すると衝突することがあります
例)
- インターフェイス (JTFスタイルガイド)
- インタフェース (WEB+DB)
JTFスタイルガイドが参照する外来語(カタカナ)表記ガイドラインとazu/technical-word-rulesの辞書が含むWEB+DB PRESS用語統一ルールで異なるため発生しています。
そのため、jtf-styleの一部ルールを無効化するか、どちらか片方を利用するように設定する必要があります。
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT