Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 689 Bytes

File metadata and controls

33 lines (19 loc) · 689 Bytes

サンプル

使い方

npm run-script textlintが定義されているので次のようにすれば、このREADME.mdファイルをtextlint出来ます。

これは問題です。

npm install
npm run textlint -- README.md

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

もっと手動に

npm install
./node_modules/.bin/textlint /path/to/target.md

設定ファイル

.textlintrcに設定ファイルが配置されています。

サンプル文章。

この文章はサンプルである。