Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

基本的に[textlint](https://github.com/textlint/textlint "textlint")の使い方と同じです。

- [textlintで日本語の文章をチェックする | Web Scratch](http://efcl.info/2015/09/10/introduce-textlint/ "textlintで日本語の文章をチェックする | Web Scratch")
- [textlintで日本語の文章をチェックする | Web Scratch](https://efcl.info/2015/09/10/introduce-textlint/ "textlintで日本語の文章をチェックする | Web Scratch")

### 最も手軽な方法(グローバル)

Expand Down Expand Up @@ -52,7 +52,7 @@ node_modules/.bin/textlint /path/to/target.md

npm run-script経由で実行すれば、`node_modules/.bin/`は省略出来ます。

- [npm で依存もタスクも一元化する - Qiita](http://qiita.com/Jxck_/items/efaff21b977ddc782971#%E3%82%BF%E3%82%B9%E3%82%AF%E3%81%AE%E5%AE%9F%E8%A1%8C "npm で依存もタスクも一元化する - Qiita")
- [npm で依存もタスクも一元化する - Qiita](https://qiita.com/Jxck/items/efaff21b977ddc782971#%E3%82%BF%E3%82%B9%E3%82%AF%E3%81%AE%E5%AE%9F%E8%A1%8C "npm で依存もタスクも一元化する - Qiita")

## 自動修正

Expand Down Expand Up @@ -607,7 +607,7 @@ Q. 特定のルールを使いたくない

A. `.textlintrc` にルール毎の設定を追加することが出来ます。

- [textlintで日本語の文章をチェックする | Web Scratch](http://efcl.info/2015/09/10/introduce-textlint/ "textlintで日本語の文章をチェックする | Web Scratch")
- [textlintで日本語の文章をチェックする | Web Scratch](https://efcl.info/2015/09/10/introduce-textlint/ "textlintで日本語の文章をチェックする | Web Scratch")

`1.2.2.ピリオド(.)とカンマ(,)`のルールを無効化したい場合は、`.textlintrc`に次のように`false`値を設定することで無効化出来ます。
デフォルトでは`textlint-rule-preset-jtf-style`に含まれるルールが全て有効化されています。
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm run textlint -- README.md

(npm 2.x以上をインストールしている必要があります)

- [run-script | npm Documentation](https://docs.npmjs.com/cli/run-script "run-script | npm Documentation")
- [run-script | npm Documentation](https://docs.npmjs.com/cli/run-script/ "run-script | npm Documentation")

### もっと手動に

Expand Down