-
問)
dictionary.jsをnode_modulesフォルダの外に出して運用する方法はないでしょうか。
状況)
現在は、textlintからtextlint-rule-ja-no-abusageを利用しています。メッセージを出力する機能が非常に気に入りました。
自社のルールを、node_modules\textlint-rule-ja-no-abusage\src\diction…
-
I tried to do example of the README and to set `no-todo`.
However, I had an error following:
```
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find mod…
-
From https://github.com/textlint-ja/textlint-rule-ja-no-redundant-expression/pull/6#issuecomment-449903529
辞書のtokenに対して名前をつけて、オプションを指定できるようにする。
いくつかのtokenに対してはデフォルトで許可リストをもつ。
- 各辞書(tokenの集合)に…
-
漢字表記される固有名詞の一部がkuromojinによって副詞と判定され、こちらのルールがエラーを出してしまうことがあります。
例えば、「丁度可知差異(ちょうどかちさい)」という用語の「丁度」の部分に対して
```
ひらがなで表記したほうが読みやすい副詞: "丁度" => "ちょうど"
```
とエラーが出ます。
こういったケースに個別に対処できるよう、`.textlintrc`で無…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
The [style guide](https://github.com/cypress-io/cypress-documentation/issues/853) has a number of code style recommendations for code snippets written in markdown.
If we think textlint is a good to…
-
The [style guide](https://github.com/cypress-io/cypress-documentation/issues/853) mentions a good bit of product terminology that we could give a go automating with tools like [textlint-rule-terminolo…
-
レビューを正確に、楽に、高速に行うため、textlintである程度の自動レビューを行う。
## 検討事項
* CIツールの選定
* travisci
* circleci
* その他
* 使用するルール
-
# References
- [textlint](https://github.com/textlint/textlint)
- [textlint Japanese rules](https://github.com/textlint/textlint/wiki/Collection-of-textlint-rule#for-japanese)
- [textlint Japanes…
-
Running `textlint --fix` on
```
http://mochajs.org/#bdd
```
Results in:
```
https://mochajs.org/
```