+++ date = "2016-10-10" tags = ["memo"] title = "textlint" slug = "textlint" +++ `textlint`は日本語文章が正しいかチェックしてくれるツールです。 まずグローバルにインストールし、シェルから実行してみます。あと、`~/.textlintrc`を書くことでオプションを省略できます。 ```bash $ npm i -g textlint $ npm i -g textlint-rule-max-ten textlint-rule-spellcheck-tech-word textlint-rule-no-mix-dearu-desumasu $ textlint --rule no-mix-dearu-desumasu --rule max-ten --rule spellcheck-tech-word README.md $ touch ~/.textlintrc ```