File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
npmでグローバルにインストールし、` --plugin ` で利用するのが一番お手軽です。
18
18
19
- npm install -g texlint textlint-plugin-jtf-style
19
+ npm install -g textlint textlint-plugin-jtf-style
20
20
textlint --plugin textlint-plugin-jtf-style README.md
21
21
# README.mdをLintした結果が出力されます
22
22
@@ -29,7 +29,7 @@ npmでグローバルにインストールし、`--plugin`で利用するのが
29
29
30
30
```
31
31
npm init # package.jsonがないなら
32
- npm install -D texlint textlint-plugin-jtf-style
32
+ npm install -D textlint textlint-plugin-jtf-style
33
33
```
34
34
35
35
textlintの設定ファイルとなっている` .textlintrc ` に次のように` jtf-style ` と指定します(` textlint-plugin- ` を取り除いたプラグイン名)。
@@ -625,4 +625,4 @@ A. `.textlintrc` にルール毎の設定を追加することが出来ます。
625
625
626
626
- [ JTFスタイルガイドとCCライセンスの素敵な関係 | JTFジャーナルWeb] ( http://journal.jtf.jp/update/id=306 " JTFスタイルガイドとCCライセンスの素敵な関係 | JTFジャーナルWeb ")
627
627
628
- その他のコードはMITライセンスです。
628
+ その他のコードはMITライセンスです。
You can’t perform that action at this time.
0 commit comments