1.2.0 • Published 1 year ago

textlint-rule-preset-stlato v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

textlint-rule-preset-stlato

技術記事をよりスマートに。 Zennへの技術的な投稿やテクニカルライティングに最適なtextlintルールプリセットを提供します。 このtextlintのルール設定のプリセットを使うと、日本語のミスや技術的用語の間違いを自動で検知することができます。

インストール

yarn add textlint-rule-preset-stlato

基本設定

// .textlintrc
{
  "rules": {
    "preset-stlato": true
  }
}

使い方

CLI

textlint --rule preset-stlato README.md

npm command

// your package.json
"scripts": {
  "textlint": "textlint ./**/*.md"
},
yarn textlint

参考

1.2.0

1 year ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago