File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
基本的に[ textlint] ( https://github.com/textlint/textlint " textlint ") の使い方と同じです。
14
14
15
- - [ textlintで日本語の文章をチェックする | Web Scratch] ( http ://efcl.info/2015/09/10/introduce-textlint/ " textlintで日本語の文章をチェックする | Web Scratch ")
15
+ - [ textlintで日本語の文章をチェックする | Web Scratch] ( https ://efcl.info/2015/09/10/introduce-textlint/ " textlintで日本語の文章をチェックする | Web Scratch ")
16
16
17
17
### 最も手軽な方法(グローバル)
18
18
@@ -52,7 +52,7 @@ node_modules/.bin/textlint /path/to/target.md
52
52
53
53
npm run-script経由で実行すれば、` node_modules/.bin/ ` は省略出来ます。
54
54
55
- - [ 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 ")
55
+ - [ 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 ")
56
56
57
57
## 自動修正
58
58
@@ -607,7 +607,7 @@ Q. 特定のルールを使いたくない
607
607
608
608
A. ` .textlintrc ` にルール毎の設定を追加することが出来ます。
609
609
610
- - [ textlintで日本語の文章をチェックする | Web Scratch] ( http ://efcl.info/2015/09/10/introduce-textlint/ " textlintで日本語の文章をチェックする | Web Scratch ")
610
+ - [ textlintで日本語の文章をチェックする | Web Scratch] ( https ://efcl.info/2015/09/10/introduce-textlint/ " textlintで日本語の文章をチェックする | Web Scratch ")
611
611
612
612
` 1.2.2.ピリオド(.)とカンマ(,) ` のルールを無効化したい場合は、` .textlintrc ` に次のように` false ` 値を設定することで無効化出来ます。
613
613
デフォルトでは` textlint-rule-preset-jtf-style ` に含まれるルールが全て有効化されています。
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ npm run textlint -- README.md
15
15
16
16
(npm 2.x以上をインストールしている必要があります)
17
17
18
- - [ run-script | npm Documentation] ( https://docs.npmjs.com/cli/run-script " run-script | npm Documentation ")
18
+ - [ run-script | npm Documentation] ( https://docs.npmjs.com/cli/run-script/ " run-script | npm Documentation ")
19
19
20
20
### もっと手動に
21
21
You can’t perform that action at this time.
0 commit comments