File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- [ textlintで日本語の文章をチェックする | Web Scratch] ( http://efcl.info/2015/09/10/introduce-textlint/ " textlintで日本語の文章をチェックする | Web Scratch ")
16
16
17
- ### 最も手軽な方法( グローバル)
17
+ ### 最も手軽な方法( グローバル)
18
18
19
19
npmでグローバルにインストールし、` --preset ` で利用するのが一番お手軽です。
20
20
@@ -24,17 +24,17 @@ npmでグローバルにインストールし、`--preset`で利用するのが
24
24
25
25
グローバルにインストールするよりは、次のようにプロジェクト毎のディレクトリにインストールする方法を推奨します。
26
26
27
- ### ` .textlintrc ` を使う方法(推奨)
27
+ ### ` .textlintrc ` を使う方法(推奨)
28
28
29
29
現在のディレクトリにtextlintとtextlint-rule-preset-jtf-styleをインストールする方法です。
30
- (グローバルにインストールしなくていいので環境がキレイに作れます)
30
+ (グローバルにインストールしなくていいので環境がキレイに作れます)
31
31
32
32
```
33
33
npm init # package.jsonがないなら
34
34
npm install -D textlint textlint-rule-preset-jtf-style
35
35
```
36
36
37
- textlintの設定ファイルとなっている` .textlintrc ` に次のように` jtf-style ` と指定します( ` textlint-rule- ` を取り除いたプリセット名) 。
37
+ textlintの設定ファイルとなっている` .textlintrc ` に次のように` jtf-style ` と指定します( ` textlint-rule- ` を取り除いたプリセット名) 。
38
38
39
39
``` json5
40
40
{
@@ -592,11 +592,11 @@ A. [Issue](https://github.com/textlint-ja/textlint-rule-preset-jtf-style/issues/
592
592
593
593
Issueには以下の項目が書かれていると問題を解決しやすくなります。
594
594
595
- - 試した文章( もしくはファイル)
595
+ - 試した文章( もしくはファイル)
596
596
- 期待する結果
597
- - 例) このルール( 1.2.3)でエラーとなるはず
597
+ - 例: このルール( 1.2.3)でエラーとなるはず
598
598
- 実際の結果
599
- - 例) 実際にはエラーとならなかった
599
+ - 例: 実際にはエラーとならなかった
600
600
601
601
また、[ JTF日本語標準スタイルガイド(翻訳用)] ( https://www.jtf.jp/pdf/jtf_style_guide.pdf ) に記載されてる全てのルールが実装済みではないため、
602
602
Pull Requestも歓迎しています。
You can’t perform that action at this time.
0 commit comments